diff options
Diffstat (limited to 'src/wrap.h')
| -rwxr-xr-x | src/wrap.h | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -15,21 +15,13 @@ //<<* #include "modl.h" //*>> - #ifdef NCURSES #include "ncur/ncur.h" -#else -#ifdef CLI -#include "cli/cli.h" -#endif #endif - #include "chat/sman.h" #include "sock/sock.h" #include "stats.h" #include "time/timr.h" -#include "thrd/pool.h" - using namespace std; @@ -62,7 +54,6 @@ public: sock* SOCK; stats* STAT; timr* TIMR; - pool* POOL; }; class wrap @@ -80,8 +71,6 @@ public: static void system_message( string s_message ); - static void init_wrapper(map<string,string>* p_start_params); - //<<* static chat* CHAT; #ifdef DATABASE @@ -113,7 +102,6 @@ public: static sock* SOCK; static stats* STAT; static timr* TIMR; - static pool* POOL; static dynamic_wrap* WRAP; }; |
