mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +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...
Origin commit data
------------------
Commit: 116065f7ac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
This commit is contained in:
committed by
Jacek Jendrzej
parent
6a64fa20ec
commit
c0b3b45caf
@@ -122,7 +122,7 @@ static void set_lua_variables(lua_State *L)
|
|||||||
{ "mute_off", CRCInput::RC_mute_off },
|
{ "mute_off", CRCInput::RC_mute_off },
|
||||||
{ "analog_on", CRCInput::RC_analog_on },
|
{ "analog_on", CRCInput::RC_analog_on },
|
||||||
{ "analog_off", CRCInput::RC_analog_off },
|
{ "analog_off", CRCInput::RC_analog_off },
|
||||||
#if !HAVE_COOL_HARDWARE
|
#if 0
|
||||||
{ "find", CRCInput::RC_find },
|
{ "find", CRCInput::RC_find },
|
||||||
{ "pip", CRCInput::RC_pip },
|
{ "pip", CRCInput::RC_pip },
|
||||||
{ "folder", CRCInput::RC_archive },
|
{ "folder", CRCInput::RC_archive },
|
||||||
@@ -636,7 +636,7 @@ int CLuaInstance::GCWindow(lua_State *L)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_COOL_HARDWARE
|
#if 1
|
||||||
int CLuaInstance::Blit(lua_State *)
|
int CLuaInstance::Blit(lua_State *)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user