aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/display.cpp')
-rw-r--r--src/menu/display.cpp4
1 files changed, 4 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