0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

remove lua reloading

This commit is contained in:
2025-12-25 11:23:14 +01:00
parent 439752a7f7
commit 597a4a45f0
3 changed files with 1 additions and 55 deletions

View File

@@ -11,5 +11,4 @@ void run_lua(char *str, char *cmd_output);
int lua_group(RDSGroup* group);
void lua_call_function(const char* function);
void lua_group_ref(RDSGroup* group, int ref);
void reload_lua();
void destroy_lua();