git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Radius (#7)
[stg.git]
/
projects
/
sgconf
/
actions.cpp
diff --git
a/projects/sgconf/actions.cpp
b/projects/sgconf/actions.cpp
index 742ff042e31fe8c8341bd4aa8384e1b4520aea00..afa51621cb2aa127f4679c830246ac06a328f5f0 100644
(file)
--- a/
projects/sgconf/actions.cpp
+++ b/
projects/sgconf/actions.cpp
@@
-17,14
+17,3
@@
/*
* Author : Maxim Mamontov <faust@stargazer.dp.ua>
*/
/*
* 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);
-}