From a8d79e275f9c36d0767e918ad09ed3ccbfa26e03 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 4 Jan 2010 23:26:13 +0100 Subject: disabled (defined out) not working code to be able to compile all files --- src/menu/menuBackground.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/menu/menuBackground.cpp') 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 @@ -52,3 +54,5 @@ namespace usdx } } }; + +#endif -- cgit v1.2.3