diff src/gtkidle.h @ 12252:a72eb0342977

[gaim-migrate @ 14554] Fix auto-away when your auto-away time is greater than 10 minutes. Anyone know why idleness isn't always being correctly reported? It happened in my primary instance of Gaim but I can't reproduce it with my test accounts. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 29 Nov 2005 01:21:04 +0000
parents 90d7e0f342fa
children 3ef381cdc47e
line wrap: on
line diff
--- a/src/gtkidle.h	Mon Nov 28 13:34:20 2005 +0000
+++ b/src/gtkidle.h	Tue Nov 29 01:21:04 2005 +0000
@@ -41,14 +41,6 @@
  */
 void gaim_gtk_idle_uninit(void);
 
-/**
- * Check the current idle time, reporting to the server or going auto-away as
- * appropriate.
- *
- * @param data A pointer to the GaimConnection* to check
- */
-gint gaim_gtk_idle_check(gpointer data);
-
 /*@}*/
 
 #endif /* _GAIM_GTK_IDLE_H_ */