Remove old comments
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Wed, 27 Jan 2016 22:29:18 +0000 (23:29 +0100)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Wed, 27 Jan 2016 22:29:18 +0000 (23:29 +0100)
src/edit/editor.cpp

index a35baf8a2005d322a98d73facd1593cca69c7108..1daa7e7a8640212a1f6e134d9dded156566f0275 100644 (file)
@@ -384,8 +384,6 @@ void Editor::on_actionPreferences_triggered()
 }
 
 /**
- * @attention Currently not in use.
- *
  * Saves and compiles code.
  */
 void Editor::on_actionCompile_triggered()
@@ -395,8 +393,6 @@ void Editor::on_actionCompile_triggered()
 }
 
 /**
- * @attention Currently not in use.
- *
  * Generates program.
  */
 void Editor::on_actionGen_triggered()
@@ -405,8 +401,6 @@ void Editor::on_actionGen_triggered()
 }
 
 /**
- * @attention Currently not in use.
- *
  * Saves, compiles and generates code.
  */
 void Editor::on_actionCompile_Gen_triggered()