diff src/connection.h @ 12272:3ef381cdc47e

[gaim-migrate @ 14574] This should fix idle time reporting for all accounts. Previously it would only work for one account because I'm dumb. We're also doing one idleness check every 5 seconds instead of checking for each account every 20 seconds. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 30 Nov 2005 06:03:49 +0000
parents 0fab529c01fc
children 3ae8a3935406
line wrap: on
line diff
--- a/src/connection.h	Wed Nov 30 06:02:38 2005 +0000
+++ b/src/connection.h	Wed Nov 30 06:03:49 2005 +0000
@@ -88,8 +88,6 @@
 	char *display_name;          /**< The name displayed.                */
 	guint keepalive;             /**< Keep-alive.                        */
 
-	guint idle_timer;            /**< The idle timer.                    */
-	time_t last_sent_time;       /**< The time something was last sent.  */
 
 	gboolean is_auto_away;       /**< Whether or not it's auto-away.     */