aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/screen.cpp')
-rw-r--r--engines/draci/screen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/draci/screen.cpp b/engines/draci/screen.cpp
index 2d12267f2f..a1ac27211e 100644
--- a/engines/draci/screen.cpp
+++ b/engines/draci/screen.cpp
@@ -30,10 +30,6 @@
namespace Draci {
-const int kScreenWidth = 320;
-const int kScreenHeight = 200;
-const uint16 kNumColours = 256;
-
Screen::Screen(DraciEngine *vm) : _vm(vm) {
_surface = new Graphics::Surface();
_surface->create(kScreenWidth, kScreenHeight, 1);