aboutsummaryrefslogtreecommitdiff
path: root/gob/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gob/video.cpp')
-rw-r--r--gob/video.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gob/video.cpp b/gob/video.cpp
index 05170f9c42..60cff590ef 100644
--- a/gob/video.cpp
+++ b/gob/video.cpp
@@ -46,8 +46,6 @@ char vid_initDriver(int16 vidMode) {
warning("STUB: vid_initDriver");
// FIXME: Finish all this stuff :)
- g_system->initSize(320, 200);
-
_videoDriver = new VGAVideoDriver();
return 1;