mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
plugin-code: cleanup from many unused code; ...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0f0c1f55d
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Origin message was:
------------------
- plugin-code: cleanup from many unused code; ...
* remove intergration conversion because we can use the integer as it is
* update headers
Do we need /src/plugin.h anymore? Maybe this code could be merged into src/gui/plugins.h.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -266,9 +266,9 @@ int CMediaPlayerMenu::initMenuMedia(CMenuWidget *m, CPersonalizeGui *p)
|
||||
//adding personalized items
|
||||
personalize->addPersonalizedItems();
|
||||
|
||||
//add I_TYPE_MULTIMEDIA plugins
|
||||
//add PLUGIN_INTEGRATION_MULTIMEDIA plugins
|
||||
unsigned int nextShortcut = (unsigned int)media->getNextShortcut();
|
||||
media->integratePlugins(CPlugins::I_TYPE_MULTIMEDIA, nextShortcut, enabled);
|
||||
media->integratePlugins(PLUGIN_INTEGRATION_MULTIMEDIA, nextShortcut, enabled);
|
||||
|
||||
res = media->exec(NULL, "");
|
||||
delete media;
|
||||
|
Reference in New Issue
Block a user