From 932df247b392f48094148ea689e98b308b7ff38d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 28 Dec 2006 01:37:09 +0000 Subject: [PATCH] - Removed unused code --- src/GUI.cpp | 6 ------ src/GUI.h | 1 - 2 files changed, 7 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 33e2aa68e..891499ddf 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -909,12 +909,6 @@ void GUI::hideEvent(QHideEvent *e){ e->accept(); } -void GUI::showEvent(QHideEvent *e){ - updateDlList(true); - // Accept showing - e->accept(); -} - // Action executed when a file is dropped void GUI::dropEvent(QDropEvent *event){ event->acceptProposedAction(); diff --git a/src/GUI.h b/src/GUI.h index 805124ac5..7453c6653 100644 --- a/src/GUI.h +++ b/src/GUI.h @@ -186,7 +186,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{ protected: void closeEvent(QCloseEvent *); void hideEvent(QHideEvent *); - void showEvent(QHideEvent *); public: // Construct / Destruct