mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Removed symbol OPENTX_VERSION
This commit is contained in:
parent
bd31c541f6
commit
06beced480
1 changed files with 0 additions and 1 deletions
|
@ -837,7 +837,6 @@ void luaInit()
|
||||||
lua_register(L, "popupInput", luaPopupInput);
|
lua_register(L, "popupInput", luaPopupInput);
|
||||||
|
|
||||||
// Push OpenTX constants
|
// Push OpenTX constants
|
||||||
lua_registernumber(L, "OPENTX_VERSION", VERS_NUM);
|
|
||||||
lua_registerint(L, "DBLSIZE", DBLSIZE);
|
lua_registerint(L, "DBLSIZE", DBLSIZE);
|
||||||
lua_registerint(L, "MIDSIZE", MIDSIZE);
|
lua_registerint(L, "MIDSIZE", MIDSIZE);
|
||||||
lua_registerint(L, "SMLSIZE", SMLSIZE);
|
lua_registerint(L, "SMLSIZE", SMLSIZE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue