mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
remove unused nkplay stuff
Origin commit data
------------------
Commit: 93c8768fbf
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-13 (Wed, 13 Sep 2017)
Origin message was:
------------------
- remove unused nkplay stuff
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB |
@@ -103,7 +103,6 @@
|
||||
#define NEUTRINO_ICON_MOUNTED "mounted"
|
||||
#define NEUTRINO_ICON_MULTIMEDIA "multimedia"
|
||||
#define NEUTRINO_ICON_MOVIEPLAYER "icon_movieplayer"
|
||||
#define NEUTRINO_ICON_NKPLAY "icon_nkplay"
|
||||
#define NEUTRINO_ICON_YTPLAY "icon_ytplay"
|
||||
#define NEUTRINO_ICON_NOT_MOUNTED "not_mounted"
|
||||
#define NEUTRINO_ICON_PAUSE "mp_pause"
|
||||
@@ -302,7 +301,6 @@
|
||||
#define NEUTRINO_ICON_GREEN_9 "9-green"
|
||||
|
||||
/* misc */
|
||||
#define NEUTRINO_ICON_HINT_NKPLAY "hint_nkplay"
|
||||
#define NEUTRINO_ICON_HINT_YTPLAY "hint_ytplay"
|
||||
#define NEUTRINO_ICON_HINT_SPARK "hint_spark"
|
||||
|
||||
|
@@ -4547,7 +4547,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey)
|
||||
|
||||
return menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
else if(actionKey=="nkplayback" || actionKey=="ytplayback" || actionKey=="tsmoviebrowser" || actionKey=="fileplayback") {
|
||||
else if(actionKey=="ytplayback" || actionKey=="tsmoviebrowser" || actionKey=="fileplayback") {
|
||||
frameBuffer->Clear();
|
||||
if(mode == NeutrinoMessages::mode_radio )
|
||||
frameBuffer->stopFrame();
|
||||
|
Reference in New Issue
Block a user