┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-01-13 17:42:05 +0000
committerPeter Penz <[email protected]>2010-01-13 17:42:05 +0000
commita0d3cf4aa8ffa76ed22a67efa4ea156eb2ef9f68 (patch)
tree8bae49b3d96ef7d6ea5719916bc944d4662bcf9f /src
parent2f59a5236a7068463d466ce8c68d1970e53402ff (diff)
removed unused member variable (the dependency to DolphinMainWindow has been removed before KDE SC 4.0... ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=1074238
Diffstat (limited to 'src')
-rw-r--r--src/dolphinview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h
index 91a66ddcc..95a2ad3b1 100644
--- a/src/dolphinview.h
+++ b/src/dolphinview.h
@@ -45,7 +45,6 @@ class DolphinController;
class DolphinColumnViewContainer;
class DolphinDetailsView;
class DolphinIconsView;
-class DolphinMainWindow;
class DolphinModel;
class DolphinSortFilterProxyModel;
class KFilePreviewGenerator;
@@ -843,7 +842,6 @@ private:
Mode m_mode;
- DolphinMainWindow* m_mainWindow;
QVBoxLayout* m_topLayout;
DolphinController* m_controller;