Removed unused items to prevent compilation warnings.

This commit is contained in:
Tats
2016-03-05 18:15:57 -05:00
parent 97ff5ff47d
commit e5f73277b2
4 changed files with 3 additions and 6 deletions
+1
View File
@@ -428,6 +428,7 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event)
void MainWindow::keyPressEvent(QKeyEvent *event)
{
#ifdef Q_OS_OSX // On Mac OS X
Q_UNUSED(event);
// Do nothing
#endif