mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
*neutrino: clean up
removed unused variables git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1365 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -81,24 +81,12 @@
|
||||
#include "gui/widget/stringinput.h"
|
||||
#include "gui/widget/stringinput_ext.h"
|
||||
|
||||
#include <zapit/fastscan.h>
|
||||
#include <zapit/frontend_c.h>
|
||||
#include <zapit/getservices.h>
|
||||
#include <zapit/satconfig.h>
|
||||
|
||||
|
||||
extern CFrontend * frontend;
|
||||
extern CAudioPlayerGui * audioPlayer;
|
||||
extern CPlugins * g_PluginList;
|
||||
extern bool has_hdd;
|
||||
extern CZapitClient::SatelliteList satList;
|
||||
extern Zapit_config zapitCfg;
|
||||
extern char zapit_lat[20];
|
||||
extern char zapit_long[20];
|
||||
extern char current_timezone[50];
|
||||
extern CRemoteControl * g_RemoteControl;
|
||||
extern CCAMMenuHandler * g_CamHandler;
|
||||
extern bool autoshift;
|
||||
// extern bool has_hdd;
|
||||
// extern char current_timezone[50];
|
||||
// extern bool autoshift;
|
||||
|
||||
|
||||
/**************************************************************************************
|
||||
@@ -222,11 +210,11 @@ const CMenuOptionChooser::keyval FLASHUPDATE_UPDATEMODE_OPTIONS[FLASHUPDATE_UPDA
|
||||
{ 1, LOCALE_FLASHUPDATE_UPDATEMODE_INTERNET }
|
||||
};
|
||||
|
||||
void getZapitConfig(Zapit_config *Cfg);
|
||||
void CNeutrinoApp::InitServiceSettings(CMenuWidget &service/*, CMenuWidget &_scanSettings*/)
|
||||
|
||||
void CNeutrinoApp::InitServiceSettings(CMenuWidget &service)
|
||||
{
|
||||
dprintf(DEBUG_DEBUG, "init serviceSettings\n");
|
||||
getZapitConfig(&zapitCfg);
|
||||
|
||||
|
||||
#if 0
|
||||
CZapitDestExec * zexec = new CZapitDestExec();
|
||||
|
Reference in New Issue
Block a user