From 2790becf11abd500425493a9f3751b39292213d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20D=C5=82ugo=C5=82=C4=99cki?= Date: Wed, 27 Jan 2016 23:29:18 +0100 Subject: [PATCH] Remove old comments --- src/edit/editor.cpp | 6 ------ 1 file changed, 6 deletions(-) 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() -- 2.30.2