*** VERSION 5.6.0 ***
[NeonServV5.git] / src / modules / DummyServ.mod / module.c
index b82699924734c472511c8f614eea53644462f7e2..cb7937fd71be7e95cfb689bdb0fc05326a867a0e 100644 (file)
@@ -1,4 +1,4 @@
-/* module.c - NeonServ v5.5
+/* module.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -25,12 +25,8 @@ static void module_start(int type) {
     init_DummyServ(type);
 }
 
-static void module_loop() {
-    loop_DummyServ();
-}
-
 static void module_stop(int type) {
     free_DummyServ(type);
 }
 
-MODULE_HEADER(module_initialize, module_start, module_loop, module_stop);
+MODULE_HEADER(module_initialize, module_start, module_stop);