diff options
Diffstat (limited to 'qthelper.cpp')
-rw-r--r-- | qthelper.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qthelper.cpp b/qthelper.cpp index 9d907edf9..350692cdb 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -1073,11 +1073,6 @@ extern "C" bool canReachCloudServer() return CheckCloudConnection::checkServer(); } -extern "C" void updateWindowTitle() -{ - MainWindow::instance()->setTitle(); -} - extern "C" void subsurface_mkdir(const char *dir) { QDir directory; |