diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinviewcontainer.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
