- move PLUGINDIR_VAR to global.h to avoid some hardcoded paths

This commit is contained in:
svenhoefer
2015-05-06 10:34:24 +02:00
parent 910497f762
commit 6e6d7ad765
4 changed files with 8 additions and 7 deletions

View File

@@ -74,9 +74,6 @@ extern cVideo * videoDecoder;
extern CPlugins * g_PluginList; /* neutrino.cpp */
extern CRemoteControl * g_RemoteControl; /* neutrino.cpp */
#define PLUGINDIR_VAR "/var/tuxbox/plugins"
#define PLUGINDIR_MNT "/mnt/plugins"
CPlugins::CPlugins()
{
frameBuffer = NULL;