[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/konqueror
From:       David Faure <faure () kde ! org>
Date:       2005-04-01 9:05:24
Message-ID: 20050401090524.02704490 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Remove unused member vars


  M +3 -3      konq_mainwindow.cc   1.1413
  M +0 -4      konq_mainwindow.h   1.463


--- kdebase/konqueror/konq_mainwindow.cc  #1.1412:1.1413
@@ -3617,6 +3617,6 @@ void KonqMainWindow::initActions()
                     this, SLOT(slotFileNewAboutToShow()) );
 
-  m_paFileType = new KAction( i18n( "&Edit File Type..." ), 0, \
                actionCollection(), "editMimeType" );
-  m_paProperties = new KAction( i18n( "Properties" ), ALT+Key_Return, \
actionCollection(), "properties" ); +  (void) new KAction( i18n( "&Edit \
File Type..." ), 0, actionCollection(), "editMimeType" ); +  (void) new \
KAction( i18n( "Properties" ), ALT+Key_Return, actionCollection(), \
"properties" );  (void) new KAction( i18n( "New &Window" ), "window_new", \
KStdAccel::shortcut(KStdAccel::New), this, SLOT( slotNewWindow() ), \
actionCollection(), "new_window" );  (void) new KAction( i18n( "&Duplicate \
Window" ), "window_new", CTRL+Key_D, this, SLOT( slotDuplicateWindow() ), \
actionCollection(), "duplicate_window" ); @@ -3727,5 +3727,5 @@ void \
KonqMainWindow::initActions()  
 #ifndef NDEBUG
-  m_paDumpDebugInfo = new KAction( i18n( "Dump Debug Info" ), \
"view_dump_debug_info", 0, this, SLOT( slotDumpDebugInfo() ), \
actionCollection(), "dumpdebuginfo" ); +  (void) new KAction( i18n( "Dump \
Debug Info" ), "view_dump_debug_info", 0, this, SLOT( slotDumpDebugInfo() \
), actionCollection(), "dumpdebuginfo" );  #endif
 

--- kdebase/konqueror/konq_mainwindow.h  #1.462:1.463
@@ -601,7 +601,4 @@ private:
   KNewMenu * m_pMenuNew;
 
-  KAction *m_paFileType;
-  KAction *m_paProperties;
-
   KAction *m_paPrint;
 
@@ -629,5 +626,4 @@ private:
   KAction *m_paActivateNextTab;
   KAction *m_paActivatePrevTab;
-  KAction *m_paDumpDebugInfo;
 
   KAction *m_paSaveRemoveViewProfile;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic