mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-29 16:29:17 +02:00
whoops
This commit is contained in:
@@ -44,9 +44,6 @@ int lua_get_rds_rt_enabled(lua_State *localL);
|
||||
int lua_set_rds_ptyn_enabled(lua_State *localL);
|
||||
int lua_get_rds_ptyn_enabled(lua_State *localL);
|
||||
|
||||
int lua_set_rds2_mode(lua_State *localL);
|
||||
int lua_get_rds2_mode(lua_State *localL);
|
||||
|
||||
int lua_set_rds_streams(lua_State *localL);
|
||||
int lua_get_rds_streams(lua_State *localL);
|
||||
|
||||
|
||||
@@ -114,9 +114,6 @@ void init_lua(RDSEncoder* _enc) {
|
||||
lua_registertotable(L, "set_ptyn_enabled", lua_set_rds_ptyn_enabled);
|
||||
lua_registertotable(L, "get_ptyn_enabled", lua_get_rds_ptyn_enabled);
|
||||
|
||||
lua_registertotable(L, "set_rds2_mode", lua_set_rds2_mode);
|
||||
lua_registertotable(L, "get_rds2_mode", lua_get_rds2_mode);
|
||||
|
||||
lua_registertotable(L, "set_link", lua_set_rds_link);
|
||||
lua_registertotable(L, "get_link", lua_get_rds_link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user