mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
remove unneeded CConfigFile from lcdd and shutdown_count
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
/*
|
||||
$Id$
|
||||
|
||||
LCD-Daemon - DBoxII-Project
|
||||
|
||||
Copyright (C) 2001 Steffen Hehn 'McClean'
|
||||
Homepage: http://dbox.cyberphoria.org/
|
||||
|
||||
Copyright (C) 2008-2012 Stefan Seyfried
|
||||
Copyright (C) 2008-2013 Stefan Seyfried
|
||||
|
||||
License: GPL
|
||||
|
||||
@@ -77,8 +75,8 @@ typedef enum
|
||||
#include "driver/file.h"
|
||||
#endif // LCD_UPDATE
|
||||
|
||||
#include <configfile.h>
|
||||
#include <pthread.h>
|
||||
#include <string>
|
||||
|
||||
#ifdef HAVE_TRIPLEDRAGON
|
||||
#include <lcddisplay/fontrenderer.h>
|
||||
@@ -149,7 +147,6 @@ class CLCD
|
||||
bool showclock;
|
||||
bool movie_centered;
|
||||
bool movie_is_ac3;
|
||||
CConfigFile configfile;
|
||||
pthread_t thrTime;
|
||||
bool thread_started;
|
||||
int last_toggle_state_power;
|
||||
|
Reference in New Issue
Block a user