┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-05-20 19:46:24 +0000
committerPeter Penz <[email protected]>2008-05-20 19:46:24 +0000
commit0ce69374d96e2b16526b5450d5cc4676bac8b720 (patch)
treea87fe2d65f09726c6651ee7bf30b43f102565b63
parent2041dcd123e3e1f8d235568e19b601009c17bd1d (diff)
remove (another) unused method
svn path=/trunk/KDE/kdebase/apps/; revision=810459
-rw-r--r--src/dolphinviewcontainer.h11
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