┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphiniconsview.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-09 12:28:43 +0000
committerPeter Penz <[email protected]>2011-01-09 12:28:43 +0000
commit58ea012256a752fb803a462c0ff025a4de4b5dbf (patch)
tree544ad0252654aa81e61ae414692750d4f4e74a08 /src/views/dolphiniconsview.h
parentb3acdc75c4b8aa4519586ebf7652c2fb51e9b801 (diff)
Internal simplification: It is not necessary to keep the ViewModeController as member for the view-modes, as the URL is alredy known by the DolphinViewController.
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
Diffstat (limited to 'src/views/dolphiniconsview.h')
-rw-r--r--src/views/dolphiniconsview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/dolphiniconsview.h b/src/views/dolphiniconsview.h
index 21e37ba02..0f6f716c3 100644
--- a/src/views/dolphiniconsview.h
+++ b/src/views/dolphiniconsview.h
@@ -106,7 +106,6 @@ private:
private:
DolphinViewController* m_dolphinViewController;
- const ViewModeController* m_viewModeController;
DolphinCategoryDrawer* m_categoryDrawer;
ViewExtensionsFactory* m_extensionsFactory;