diff options
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 |