mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
luainstance: do not export machine specific stuff
It's an exported API, so it should be somewhat useful/stable, not change for every machine...
This commit is contained in:
@@ -122,7 +122,7 @@ static void set_lua_variables(lua_State *L)
|
||||
{ "mute_off", CRCInput::RC_mute_off },
|
||||
{ "analog_on", CRCInput::RC_analog_on },
|
||||
{ "analog_off", CRCInput::RC_analog_off },
|
||||
#if !HAVE_COOL_HARDWARE
|
||||
#if 0
|
||||
{ "find", CRCInput::RC_find },
|
||||
{ "pip", CRCInput::RC_pip },
|
||||
{ "folder", CRCInput::RC_archive },
|
||||
@@ -634,7 +634,7 @@ int CLuaInstance::GCWindow(lua_State *L)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if 1
|
||||
int CLuaInstance::Blit(lua_State *)
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user