Browse Source

Fix main menu

Kandrashin Denis 13 years ago
parent
commit
3424a6804f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      source/fb2main.cpp

+ 0 - 4
source/fb2main.cpp

@@ -382,10 +382,6 @@ void FbMainWindow::createActions()
     act->setCheckable(true);
     menu->addAction(act);
 
-    actionTextSub = act = new QAction(FbIcon("format-text-subscript"), tr("Su&bscript"), this);
-    act->setCheckable(true);
-    menu->addAction(act);
-
     actionTextCode = act = new QAction(tr("&Code"), this);
     act->setCheckable(true);
     menu->addAction(act);