Kandrashin Denis 13 лет назад
Родитель
Сommit
3424a6804f
1 измененных файлов с 0 добавлено и 4 удалено
  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);