diff options
Diffstat (limited to 'sword2/driver/rdwin.cpp')
-rw-r--r-- | sword2/driver/rdwin.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp index f981fd1151..45f55906a3 100644 --- a/sword2/driver/rdwin.cpp +++ b/sword2/driver/rdwin.cpp @@ -114,12 +114,4 @@ void Graphics::updateDisplay(bool redrawScene) { _vm->_system->updateScreen(); } -/** - * Set the window title - */ - -void Graphics::setWindowName(const char *windowName) { - _vm->_system->setWindowCaption(windowName); -} - } // End of namespace Sword2 |