aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-30 12:33:05 +0000
committerFilippos Karapetis2009-10-30 12:33:05 +0000
commitff284c9f5bea8a9eaeadf0328230cfc72ab2f96c (patch)
treeb0968f38eee019fdedfab19ee65babd2ff5c8e95 /engines/sci/engine/kevent.cpp
parent272cc757152e0fc8f2c1821871c8f108f05c20ce (diff)
downloadscummvm-rg350-ff284c9f5bea8a9eaeadf0328230cfc72ab2f96c.tar.gz
scummvm-rg350-ff284c9f5bea8a9eaeadf0328230cfc72ab2f96c.tar.bz2
scummvm-rg350-ff284c9f5bea8a9eaeadf0328230cfc72ab2f96c.zip
Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full screen updates that the current menu code is doing using new graphics functions (still unfinished). Some cleanup.
svn-id: r45536
Diffstat (limited to 'engines/sci/engine/kevent.cpp')
-rw-r--r--engines/sci/engine/kevent.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/sci/engine/kevent.cpp b/engines/sci/engine/kevent.cpp
index 1560bb1be7..f7f01d9a6e 100644
--- a/engines/sci/engine/kevent.cpp
+++ b/engines/sci/engine/kevent.cpp
@@ -27,8 +27,6 @@
#include "sci/engine/state.h"
#include "sci/engine/kernel.h"
#include "sci/gfx/operations.h"
-#include "sci/gfx/gfx_widgets.h"
-#include "sci/gfx/gfx_state_internal.h" // required for GfxPort, GfxVisual
#include "sci/console.h"
#include "sci/debug.h" // for g_debug_simulated_key
#include "sci/gui/gui.h"