Remove not necessary variable

wilder-work
Montel Laurent 14 years ago
parent 740e6ff47e
commit 85dbb29fde
  1. 2
      kmmainwidget.h

@ -603,7 +603,7 @@ private:
KActionCollection *mActionCollection;
QAction *mToolbarActionSeparator;
QVBoxLayout *mTopLayout;
bool mDestructed, mForceJumpToUnread, mShowingOfflineScreen;
bool mDestructed, mShowingOfflineScreen;
QList<QAction*> mFilterMenuActions;
QList<QAction*> mFilterTBarActions;
QList<KMMetaFilterActionCommand*> mFilterCommands;

Loading…
Cancel
Save