fix compilation, that variable no longer exists
svn-id: r22550
This commit is contained in:
parent
4d1f4ffb50
commit
da9bf4dd71
1 changed files with 0 additions and 4 deletions
|
@ -273,10 +273,6 @@ int OSystem_SDL::getGraphicsMode() const {
|
|||
}
|
||||
|
||||
void OSystem_SDL::initSize(uint w, uint h) {
|
||||
#ifdef DISABLE_SCALERS
|
||||
overlayScale = 1;
|
||||
#endif
|
||||
|
||||
// Avoid redundant res changes
|
||||
if ((int)w == _screenWidth && (int)h == _screenHeight &&
|
||||
_transactionMode != kTransactionCommit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue