aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/graphics.h')
-rw-r--r--engines/sludge/graphics.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/engines/sludge/graphics.h b/engines/sludge/graphics.h
index 5d2bb9a098..b6d82ab47f 100644
--- a/engines/sludge/graphics.h
+++ b/engines/sludge/graphics.h
@@ -22,15 +22,6 @@
#ifndef SLUDGE_GRAPHICS_H
#define SLUDGE_GRAPHICS_H
-#if 0
-#if !defined(HAVE_GLES2)
-#include "GLee.h"
-#else
-#include <GLES2/gl2.h>
-#include "eglport/eglport.h"
-#endif
-#endif
-
#include "graphics/surface.h"
namespace Sludge {