*** VERSION 5.6.0 ***
[NeonServV5.git] / src / modules / DummyServ.mod / bot_DummyServ.c
index 3d6ac1e3d969ea95e18cdaa5b153d607b2eba88b..4121bc8bbe0762d0f323c1b02968431fae8624ae 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_DummyServ.c - NeonServ v5.5
+/* bot_DummyServ.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -151,10 +151,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) {