diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index df882a5..33d5aa7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,10 +27,6 @@ #include "maps/hashmap.h" -#ifdef CLI -#include "cli/cli.h" -#endif - using namespace std; map<string,string>* @@ -88,7 +84,6 @@ main(int argc, char* argv[]) cout << tool::ychat_version() << endl << DESCRIP << endl << DESCRI2 << endl - << DESCRI3 << endl << CONTACT << endl << SEPERAT << endl; @@ -97,7 +92,6 @@ main(int argc, char* argv[]) //<<* // Initialize database connection queue #ifdef DATABASE - wrap::DATA->init_connections(); #endif //*>> |
