diff options
Diffstat (limited to 'client/ProxyClientApp.cpp')
-rw-r--r-- | client/ProxyClientApp.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/client/ProxyClientApp.cpp b/client/ProxyClientApp.cpp index b5f8c39..0ba813c 100644 --- a/client/ProxyClientApp.cpp +++ b/client/ProxyClientApp.cpp @@ -81,15 +81,8 @@ void ProxyClientApp::trayActivated(QSystemTrayIcon::ActivationReason reason) void ProxyClientApp::showProxyDialog() { Logger::Trace("Creating proxy dialog.\n"); - QDesktopWidget* screen = QApplication::desktop(); - QRect availScreenRect = screen->availableGeometry(); - ProxyDialog *dialog = new ProxyDialog(); dialog->show(); - /* - dialog->move(availScreenRect.width() - dialog->frameSize().width(), - availScreenRect.height() - dialog->frameSize().height()); - */ } void ProxyClientApp::configUpdated() |