modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonFun.mod / bot_NeonFun.c
index d2352c94ffbff0fc7cb7e5fde92fff62b28bd4b3..b0c2cae65f57d2293a66298117a5956741123082 100644 (file)
@@ -184,10 +184,6 @@ void init_NeonFun(int type) {
     set_trigger_callback(BOTID, module_id, neonfun_trigger_callback);
 }
 
-void loop_NeonFun() {
-    
-}
-
 void free_NeonFun(int type) {
     unbind_allcmd(BOTID);
     if(type == MODSTATE_STARTSTOP) {