From: Rafał Długołęcki Date: Wed, 27 Jan 2016 22:29:18 +0000 (+0100) Subject: Remove old comments X-Git-Tag: 3.4-b1~38 X-Git-Url: https://git.dlugolecki.net.pl/?p=vlp.git;a=commitdiff_plain;h=2790becf11abd500425493a9f3751b39292213d2 Remove old comments --- diff --git a/src/edit/editor.cpp b/src/edit/editor.cpp index a35baf8..1daa7e7 100644 --- a/src/edit/editor.cpp +++ b/src/edit/editor.cpp @@ -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()