unused parameter, yep

This commit is contained in:
2026-04-22 19:47:59 +02:00
parent d579fa1dfc
commit 06992010db
+1
View File
@@ -272,6 +272,7 @@ STR_RAW_GETTER(grp_sqc, 32)
AF_SETTER(af_group0, af, RDSAFs, add_rds_af)
int lua_toggle_rt_ab(lua_State *localL) {
(void)localL;
TOGGLE(enc->state[writing_program].rt_ab);
return 0;
}