modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / DummyServ.mod / bot_DummyServ.c
index c250510b2c0f50744951d0af465e78a1a7fd8abf..259e640bdb8d318404cf74ce15ac57e31fb325a9 100644 (file)
@@ -150,10 +150,6 @@ void init_DummyServ(int type) {
     set_trigger_callback(BOTID, module_id, dummyserv_trigger_callback);
 }
 
-void loop_DummyServ() {
-    
-}
-
 void free_DummyServ(int type) {
     unbind_allcmd(BOTID);
     if(type == MODSTATE_STARTSTOP) {