diff mcabber/src/hooks.c @ 1658:c3d0cb4dc9d4

Remove hk_mainloop()
author Mikael Berthe <mikael@lilotux.net>
date Sat, 05 Dec 2009 19:06:47 +0100
parents fca9a4c17432
children
line wrap: on
line diff
--- a/mcabber/src/hooks.c	Sat Dec 05 19:04:46 2009 +0100
+++ b/mcabber/src/hooks.c	Sat Dec 05 19:06:47 2009 +0100
@@ -79,21 +79,6 @@
 
 static const char *COMMAND_ME = "/me ";
 
-void hk_mainloop(void)
-{
-  /*
-  static time_t last;
-  time_t now;
-
-  time(&now);
-
-  if (now > last + 1) {
-    // custom_hook();
-    last = now;
-  }
-  */
-}
-
 void hk_message_in(const char *bjid, const char *resname,
                    time_t timestamp, const char *msg, LmMessageSubType type,
                    guint encrypted)