diff options
Diffstat (limited to 'engines/kyra/screen.cpp')
| -rw-r--r-- | engines/kyra/screen.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index 8849a6656b..19e95ebe62 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -1113,7 +1113,6 @@ void Screen::setScreenDim(int dim) {  	debugC(9, kDebugLevelScreen, "Screen::setScreenDim(%d)", dim);  	assert(dim < _screenDimTableCount);  	_curDim = &_screenDimTable[dim]; -	// XXX  }  void Screen::drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int sd, int flags, ...) {  | 
