From ed634bc556af8997b9d2d5bf7334073731936365 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:45 +0200 Subject: tagging ychat-0.2 --- conf.cpp | 10 ---------- 1 file changed, 10 deletions(-) mode change 100644 => 100755 conf.cpp (limited to 'conf.cpp') diff --git a/conf.cpp b/conf.cpp old mode 100644 new mode 100755 index 2c7705e..5214edb --- a/conf.cpp +++ b/conf.cpp @@ -10,26 +10,16 @@ using namespace std; conf::conf( string s_conf = CONFILE ) : name( s_conf ) { -#ifdef VERBOSE - cout << "conf::conf()" << endl; -#endif - parse( ); // parse the config file. } conf::~conf() { -#ifdef VERBOSE - cout << "conf::~conf()" << endl; -#endif } void conf::parse() { -#ifdef VERBOSE_ - cout << "conf::parse()" << endl; -#endif #ifdef _VERBOSE cout << CFILEOK << get_name() << endl; #endif -- cgit v1.2.3