mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
remove unneeded CConfigFile from lcdd and shutdown_count
Origin commit data
------------------
Commit: 769d310455
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-11-13 (Wed, 13 Nov 2013)
This commit is contained in:
committed by
vanhofen
parent
f3c060b7f6
commit
e35f072d9d
@@ -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 <configfile.h>
|
||||
#include <pthread.h>
|
||||
|
||||
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();
|
||||
|
Reference in New Issue
Block a user