From 0ce69374d96e2b16526b5450d5cc4676bac8b720 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 20 May 2008 19:46:24 +0000 Subject: remove (another) unused method svn path=/trunk/KDE/kdebase/apps/; revision=810459 --- src/dolphinviewcontainer.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src') 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 -- cgit v1.3