From: Peter Penz Date: Tue, 20 May 2008 19:46:24 +0000 (+0000) Subject: remove (another) unused method X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/0ce69374d96e2b16526b5450d5cc4676bac8b720 remove (another) unused method svn path=/trunk/KDE/kdebase/apps/; revision=810459 --- diff --git a/src/dolphinviewcontainer.h b/src/dolphinviewcontainer.h index c50b4aed6..b4f799cb1 100644 --- a/src/dolphinviewcontainer.h +++ b/src/dolphinviewcontainer.h @@ -108,12 +108,6 @@ public: /** Returns true, if the filter bar is visible. */ bool isFilterBarVisible() const; - /** - * Return the DolphinMainWindow this View belongs to. It is guaranteed - * that we have one. - */ - const DolphinMainWindow* mainWindow() const; - public slots: /** * Popups the filter bar above the status bar if \a show is true. @@ -268,9 +262,4 @@ inline DolphinView* DolphinViewContainer::view() return m_view; } -inline const DolphinMainWindow* DolphinViewContainer::mainWindow() const -{ - return m_mainWindow; -} - #endif // DOLPHINVIEWCONTAINER_H