summaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.h')
-rwxr-xr-xsrc/wrap.h12
1 files changed, 0 insertions, 12 deletions
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<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;
};