mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
Remove unused CAPIDChangeExec and CAudioSelectMenuHandler
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1913 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 0c93aa250a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-11-26 (Sat, 26 Nov 2011)
This commit is contained in:
@@ -209,7 +209,6 @@ void stop_daemons(bool stopall = true);
|
|||||||
|
|
||||||
#include "gui/audio_select.h"
|
#include "gui/audio_select.h"
|
||||||
|
|
||||||
CAPIDChangeExec * APIDChanger;
|
|
||||||
CAudioSetupNotifier * audioSetupNotifier;
|
CAudioSetupNotifier * audioSetupNotifier;
|
||||||
CBouquetList * bouquetList; // current list
|
CBouquetList * bouquetList; // current list
|
||||||
|
|
||||||
@@ -226,7 +225,6 @@ CBouquetList * RADIOallList;
|
|||||||
CPlugins * g_PluginList;
|
CPlugins * g_PluginList;
|
||||||
CRemoteControl * g_RemoteControl;
|
CRemoteControl * g_RemoteControl;
|
||||||
SMSKeyInput * c_SMSKeyInput;
|
SMSKeyInput * c_SMSKeyInput;
|
||||||
CAudioSelectMenuHandler *audio_menu;
|
|
||||||
CPictureViewer * g_PicViewer;
|
CPictureViewer * g_PicViewer;
|
||||||
CCAMMenuHandler * g_CamHandler;
|
CCAMMenuHandler * g_CamHandler;
|
||||||
|
|
||||||
@@ -1836,8 +1834,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
|||||||
g_CamHandler = new CCAMMenuHandler();
|
g_CamHandler = new CCAMMenuHandler();
|
||||||
g_CamHandler->init();
|
g_CamHandler->init();
|
||||||
|
|
||||||
audio_menu = new CAudioSelectMenuHandler;
|
|
||||||
|
|
||||||
g_PluginList = new CPlugins;
|
g_PluginList = new CPlugins;
|
||||||
g_PluginList->setPluginDir(PLUGINDIR);
|
g_PluginList->setPluginDir(PLUGINDIR);
|
||||||
|
|
||||||
@@ -1846,7 +1842,6 @@ int CNeutrinoApp::run(int argc, char **argv)
|
|||||||
//load Pluginlist before main menu (only show script menu if at least one script is available
|
//load Pluginlist before main menu (only show script menu if at least one script is available
|
||||||
g_PluginList->loadPlugins();
|
g_PluginList->loadPlugins();
|
||||||
|
|
||||||
APIDChanger = new CAPIDChangeExec;
|
|
||||||
MoviePluginChanger = new CMoviePluginChangeExec;
|
MoviePluginChanger = new CMoviePluginChangeExec;
|
||||||
|
|
||||||
// setup recording device
|
// setup recording device
|
||||||
|
Reference in New Issue
Block a user