From 6844dcc140c8ee2dcbac875ee9dae9b67eb8d52b Mon Sep 17 00:00:00 2001 From: John Maguire Date: Thu, 11 Feb 2016 14:19:01 +0000 Subject: [PATCH] Remove unused variable --- src/ui/mainwindow.cpp | 1 - src/ui/mainwindow.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index 68eeeb8d8..79bb12014 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -173,7 +173,6 @@ MainWindow::MainWindow(Application* app, SystemTrayIcon* tray_icon, OSD* osd, tray_icon_(tray_icon), osd_(osd), global_shortcuts_(new GlobalShortcuts(this)), - remote_(nullptr), global_search_view_(new GlobalSearchView(app_, this)), library_view_(new LibraryViewContainer(this)), file_view_(new FileView(this)), diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 3176dd9f8..fba83e0eb 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -67,7 +67,6 @@ class QueueManager; class InternetItem; class InternetModel; class InternetViewContainer; -class Remote; class RipCDDialog; class Song; class SongInfoBase; @@ -300,7 +299,6 @@ signals: std::unique_ptr about_dialog_; GlobalShortcuts* global_shortcuts_; - Remote* remote_; GlobalSearchView* global_search_view_; LibraryViewContainer* library_view_;