mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
*neutrino: cleanup unused members and includes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1182 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -26,17 +26,15 @@
|
||||
#define __cthemes__
|
||||
#include <string>
|
||||
#include <configfile.h>
|
||||
#include <driver/framebuffer.h>
|
||||
#include <system/setting_helpers.h>
|
||||
|
||||
class CThemes : public CMenuTarget, CChangeObserver
|
||||
{
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
CConfigFile themefile;
|
||||
CColorSetupNotifier *notifier;
|
||||
|
||||
int x, y, width, height, hheight, mheight;
|
||||
int width;
|
||||
int oldThemeValues[40];
|
||||
|
||||
bool hasThemeChanged;
|
||||
@@ -49,7 +47,6 @@ class CThemes : public CMenuTarget, CChangeObserver
|
||||
|
||||
public:
|
||||
CThemes();
|
||||
void hide();
|
||||
void setupDefaultColors();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
Reference in New Issue
Block a user