diff --git a/src/driver/lcdd.cpp b/src/driver/lcdd.cpp index 8b6083df6..6730b59f0 100644 --- a/src/driver/lcdd.cpp +++ b/src/driver/lcdd.cpp @@ -1,6 +1,4 @@ /* - $Id$ - LCD-Daemon - DBoxII-Project Copyright (C) 2001 Steffen Hehn 'McClean' @@ -85,7 +83,6 @@ static bool isUTF8(const std::string &string) } CLCD::CLCD() - : configfile('\t') { #ifdef LCD_UPDATE m_fileList = NULL; diff --git a/src/driver/lcdd.h b/src/driver/lcdd.h index 1e7e5be15..6689a79de 100644 --- a/src/driver/lcdd.h +++ b/src/driver/lcdd.h @@ -1,6 +1,4 @@ /* - $Id$ - LCD-Daemon - DBoxII-Project Copyright (C) 2001 Steffen Hehn 'McClean' @@ -80,8 +78,8 @@ typedef enum #include "driver/file.h" #endif // LCD_UPDATE -#include #include +#include #include @@ -150,7 +148,6 @@ class CLCD bool showclock; bool movie_centered; bool movie_is_ac3; - CConfigFile configfile; pthread_t thrTime; int last_toggle_state_power; int clearClock; diff --git a/src/driver/shutdown_count.cpp b/src/driver/shutdown_count.cpp index a7b092022..9416a30fd 100644 --- a/src/driver/shutdown_count.cpp +++ b/src/driver/shutdown_count.cpp @@ -4,7 +4,6 @@ Copyright (C) 2001 Steffen Hehn 'McClean' Homepage: http://dbox.cyberphoria.org/ - License: GPL This program is free software; you can redistribute it and/or modify @@ -39,7 +38,6 @@ SHTDCNT::SHTDCNT() - : configfile('\t') { } diff --git a/src/driver/shutdown_count.h b/src/driver/shutdown_count.h index 6b0692da6..7fed38ba8 100644 --- a/src/driver/shutdown_count.h +++ b/src/driver/shutdown_count.h @@ -4,8 +4,6 @@ Copyright (C) 2001 Steffen Hehn 'McClean' Homepage: http://dbox.cyberphoria.org/ - - License: GPL This program is free software; you can redistribute it and/or modify @@ -26,7 +24,6 @@ #ifndef __shutdown_count__ #define __shutdown_count__ -#include #include class SHTDCNT @@ -36,7 +33,6 @@ class SHTDCNT pthread_t thrTime; unsigned int shutdown_cnt; unsigned int sleep_cnt; - CConfigFile configfile; void shutdown_counter(); SHTDCNT();