From a0d3cf4aa8ffa76ed22a67efa4ea156eb2ef9f68 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Wed, 13 Jan 2010 17:42:05 +0000 Subject: [PATCH] removed unused member variable (the dependency to DolphinMainWindow has been removed before KDE SC 4.0... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1074238 --- src/dolphinview.h | 2 -- 1 file changed, 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; -- 2.47.3