OSDN Git Service

remove openNew() action
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 11 Jul 2004 06:35:27 +0000 (06:35 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Sun, 11 Jul 2004 06:35:27 +0000 (06:35 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@1235 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/kita.cpp

index dabc8fe..1db69a3 100644 (file)
@@ -208,7 +208,6 @@ void KitaMainWindow::load( const KURL& url )
 
 void KitaMainWindow::setupActions()
 {
-    KStdAction::openNew( this, SLOT( fileNew() ), actionCollection() );
     KStdAction::quit( this, SLOT( close() ), actionCollection() );
     KStdAction::copy( this, SLOT( slotEditCopy() ), actionCollection() );