X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0c109e9e61ae3624f30621b5fd328f354bfa6524..0907aa4037b12b6b88ee24495d4577a064d4f8db:/projects/sgconf/actions.cpp 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 */ - -#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); -}