From 5a0556f09ca89886fda55d333745a672ea14e022 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 14 Nov 2008 22:08:10 +0000 Subject: Committed my patch #2123680 "SDL: Backend transaction / rollback support". svn-id: r35062 --- engines/sword2/screen.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'engines/sword2/screen.cpp') diff --git a/engines/sword2/screen.cpp b/engines/sword2/screen.cpp index d793e46192..d656674a98 100644 --- a/engines/sword2/screen.cpp +++ b/engines/sword2/screen.cpp @@ -52,8 +52,6 @@ Screen::Screen(Sword2Engine *vm, int16 width, int16 height) { _dirtyGrid = _buffer = NULL; - _vm->_system->initSize(width, height); - _screenWide = width; _screenDeep = height; -- cgit v1.2.3