X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0c109e9e61ae3624f30621b5fd328f354bfa6524..9b3f8c7252b92a7b32996aa3c2b5e5c16361c82d:/projects/sgconf/actions.cpp?ds=sidebyside

diff --git a/projects/sgconf/actions.cpp b/projects/sgconf/actions.cpp
index 742ff042..afa51621 100644
--- a/projects/sgconf/actions.cpp
+++ b/projects/sgconf/actions.cpp
@@ -17,14 +17,3 @@
 /*
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
-
-#include "actions.h"
-
-using SGCONF::FUNC0_ACTION;
-using SGCONF::PARSER_STATE;
-
-PARSER_STATE FUNC0_ACTION::Parse(int argc, char ** argv)
-{
-m_func();
-return PARSER_STATE(true, argc, argv);
-}