From: Peter Penz Date: Wed, 13 Jan 2010 17:42:05 +0000 (+0000) Subject: removed unused member variable (the dependency to DolphinMainWindow has been removed... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/a0d3cf4aa8ffa76ed22a67efa4ea156eb2ef9f68 removed unused member variable (the dependency to DolphinMainWindow has been removed before KDE SC 4.0... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1074238 --- 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;