mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CLuaInstance: Move video functions in separate class
- No api changes, code only
This commit is contained in:
@@ -34,7 +34,6 @@ extern "C" {
|
||||
|
||||
#include "luainstance_helpers.h"
|
||||
|
||||
|
||||
#define LUA_API_VERSION_MAJOR 1
|
||||
#define LUA_API_VERSION_MINOR 22
|
||||
|
||||
@@ -294,8 +293,6 @@ private:
|
||||
static int enableInfoClock(lua_State *L);
|
||||
static int getDynFont(lua_State *L);
|
||||
|
||||
#include "lua_video.inc"
|
||||
|
||||
};
|
||||
|
||||
#endif /* _LUAINSTANCE_H */
|
||||
|
Reference in New Issue
Block a user