diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-04 23:26:13 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:42 +0100 |
commit | a8d79e275f9c36d0767e918ad09ed3ccbfa26e03 (patch) | |
tree | d275df5c43f4125e24021433df13b9e44c7cdb8f /src | |
parent | e7f4fdd7f9585c2f5f1803bf3264c118251d86db (diff) | |
download | usdx-a8d79e275f9c36d0767e918ad09ed3ccbfa26e03.tar.gz usdx-a8d79e275f9c36d0767e918ad09ed3ccbfa26e03.tar.xz usdx-a8d79e275f9c36d0767e918ad09ed3ccbfa26e03.zip |
disabled (defined out) not working code to be able to compile all files
Diffstat (limited to 'src')
-rw-r--r-- | src/menu/display.cpp | 4 | ||||
-rw-r--r-- | src/menu/menuBackground.cpp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/menu/display.cpp b/src/menu/display.cpp index 200f961f..cab13f8d 100644 --- a/src/menu/display.cpp +++ b/src/menu/display.cpp @@ -24,6 +24,8 @@ * $Id$ */ +#if 0 + #include "display.hpp" #include <math.h> #include <SDL/SDL.h> @@ -534,3 +536,5 @@ namespace usdx glColor4f(1, 1, 1, 1); } }; + +#endif diff --git a/src/menu/menuBackground.cpp b/src/menu/menuBackground.cpp index 819eef5b..f34cf987 100644 --- a/src/menu/menuBackground.cpp +++ b/src/menu/menuBackground.cpp @@ -24,6 +24,8 @@ * $Id$ */ +#if 0 + #include "menuBackground.hpp" #include <GL/gl.h> @@ -52,3 +54,5 @@ namespace usdx } } }; + +#endif |