mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
luaserver: reorganize
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
#define __neutrino__
|
||||
|
||||
#include <configfile.h>
|
||||
#include <semaphore.h>
|
||||
|
||||
#include <neutrinoMessages.h>
|
||||
#include "driver/framebuffer.h"
|
||||
@@ -173,9 +172,6 @@ public:
|
||||
CChannelList *RADIOchannelList;
|
||||
CChannelList *channelList;
|
||||
|
||||
sem_t lua_may_run;
|
||||
sem_t lua_did_run;
|
||||
|
||||
static CNeutrinoApp* getInstance();
|
||||
|
||||
void channelsInit(bool bOnly = false);
|
||||
|
Reference in New Issue
Block a user