Refactored video/ subsystem to make adding other methods of rendering (in particular...
[supertux.git] / src / video / image_texture.hpp
index dccc9bf..9d32f76 100644 (file)
@@ -17,6 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#if 0
 #ifndef __SURFACE_TEXTURE_HPP__
 #define __SURFACE_TEXTURE_HPP__
 
@@ -76,3 +77,4 @@ private:
 };
 
 #endif
+#endif