diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 04:36:33 +0800 |
commit | 460836ff23b6dcedf0492f75495022dc42f6eb99 (patch) | |
tree | 5c97de462ec70569d72e34d640782d1b9348d6de /games/lincity-ng/files | |
parent | fbbcbe4a59e1074c58bbdabf056cd9c13db27392 (diff) | |
download | freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.gz freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.tar.zst freebsd-ports-gnome-460836ff23b6dcedf0492f75495022dc42f6eb99.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'games/lincity-ng/files')
-rw-r--r-- | games/lincity-ng/files/extra-src-gui-Gradient.cpp | 12 | ||||
-rw-r--r-- | games/lincity-ng/files/extra-src-gui-PainterSDL-PainterSDL.cpp | 13 |
2 files changed, 0 insertions, 25 deletions
diff --git a/games/lincity-ng/files/extra-src-gui-Gradient.cpp b/games/lincity-ng/files/extra-src-gui-Gradient.cpp deleted file mode 100644 index 2996f8917001..000000000000 --- a/games/lincity-ng/files/extra-src-gui-Gradient.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gui/Gradient.cpp.orig Fri Jul 15 19:47:11 2005 -+++ src/gui/Gradient.cpp Sat Jul 23 12:40:46 2005 -@@ -28,9 +28,7 @@ - #include "Painter.hpp" - #include "ComponentFactory.hpp" - --#ifdef _MSC_VER - #define lrintf(x) (long int)x --#endif - - Gradient::Gradient() - : direction(LEFT_RIGHT) diff --git a/games/lincity-ng/files/extra-src-gui-PainterSDL-PainterSDL.cpp b/games/lincity-ng/files/extra-src-gui-PainterSDL-PainterSDL.cpp deleted file mode 100644 index 476925c8c3ac..000000000000 --- a/games/lincity-ng/files/extra-src-gui-PainterSDL-PainterSDL.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/gui/PainterSDL/PainterSDL.cpp.orig Fri Jul 15 19:47:12 2005 -+++ src/gui/PainterSDL/PainterSDL.cpp Sat Jul 23 12:41:09 2005 -@@ -30,10 +30,8 @@ - - #include "TextureSDL.hpp" - --#ifdef _MSC_VER - #define lrint(x) (long int)x - #define lroundf(x) (long int)(x + .5) --#endif - - PainterSDL::PainterSDL(SDL_Surface* _target) - : target(_target) |