1
0
Fork 0
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:
Damjan Adamic 2014-04-26 18:50:43 +02:00
parent bd31c541f6
commit 06beced480

View file

@ -837,7 +837,6 @@ void luaInit()
lua_register(L, "popupInput", luaPopupInput);
// Push OpenTX constants
lua_registernumber(L, "OPENTX_VERSION", VERS_NUM);
lua_registerint(L, "DBLSIZE", DBLSIZE);
lua_registerint(L, "MIDSIZE", MIDSIZE);
lua_registerint(L, "SMLSIZE", SMLSIZE);