]> cloud.milkyroute.net Git - dolphin.git/commitdiff
remove (another) unused method
authorPeter Penz <peter.penz19@gmail.com>
Tue, 20 May 2008 19:46:24 +0000 (19:46 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 20 May 2008 19:46:24 +0000 (19:46 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=810459

src/dolphinviewcontainer.h

index c50b4aed66a8ffa643ca0fb6f34d598feb4290fa..b4f799cb1ff6ad7d80eed354ff200763240e0ac2 100644 (file)
@@ -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