Remove dead and unused code, out of date comments, unused methods and un-needed includes.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666484
This commit is contained in:
Robert Knight
2007-05-20 01:28:35 +00:00
parent fdc683432c
commit 1bc6c85c7e
4 changed files with 60 additions and 446 deletions

View File

@@ -20,6 +20,9 @@
// Own
#include "SessionController.h"
// Qt
#include <QMenu>
// KDE
#include <KAction>
#include <KIcon>
@@ -461,6 +464,9 @@ void SessionController::setupActions()
action->setText( i18n("Edit Current Profile...") );
connect( action , SIGNAL(triggered()) , this , SLOT(editCurrentProfile()) );
action = collection->addAction("change-profile");
action->setText( i18n("Change Profile") );
// debugging tools
//action = collection->addAction("debug-process");
//action->setText( "Get Foreground Process" );