From f038883a6e004eb4312ba1e761da06b596e14d3f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:43 +0200 Subject: tagging ychat-0.7.7.0 --- src/wrap.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/wrap.h') diff --git a/src/wrap.h b/src/wrap.h index 8ce2ba4..4968ae1 100755 --- a/src/wrap.h +++ b/src/wrap.h @@ -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* 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; }; -- cgit v1.2.3