diff options
Diffstat (limited to 'Swift/QtUI')
-rw-r--r-- | Swift/QtUI/QtLoginWindow.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Swift/QtUI/QtLoginWindow.cpp b/Swift/QtUI/QtLoginWindow.cpp index 53a3be3..094f96c 100644 --- a/Swift/QtUI/QtLoginWindow.cpp +++ b/Swift/QtUI/QtLoginWindow.cpp @@ -480,10 +480,7 @@ void QtLoginWindow::toggleBringToFront() { bringToFront(); } else { -#ifndef Q_WS_MAC - // FIXME: Remove this when we can bring the window back to the front using the dock on OS X window()->hide(); -#endif } } |