From 577c14751f5305ab925af567082b0f71f3616d18 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 21 Aug 2002 18:17:21 +0000 Subject: Don't register the noop timeout here anymore, we're gonna handle all this 2002-08-21 Jeffrey Stedfast * camel-session.c (get_service): Don't register the noop timeout here anymore, we're gonna handle all this in the mailer now. (camel_session_register_timeout): Removed. (camel_session_remove_timeout): Removed. svn path=/trunk/; revision=17830 --- camel/camel-session.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'camel/camel-session.h') diff --git a/camel/camel-session.h b/camel/camel-session.h index 00083fcdf8..0105f2ce8b 100644 --- a/camel/camel-session.h +++ b/camel/camel-session.h @@ -100,13 +100,6 @@ typedef struct { const char *prompt, gboolean cancel); - guint (*register_timeout) (CamelSession *session, - guint32 interval, - CamelTimeoutCallback callback, - gpointer user_data); - gboolean (*remove_timeout) (CamelSession *session, - guint handle); - CamelFilterDriver * (*get_filter_driver) (CamelSession *session, const char *type, CamelException *ex); @@ -172,15 +165,6 @@ gboolean camel_session_alert_user (CamelSession *session, const char *prompt, gboolean cancel); -guint camel_session_register_timeout (CamelSession *session, - guint32 interval, - CamelTimeoutCallback callback, - gpointer user_data); - -gboolean camel_session_remove_timeout (CamelSession *session, - guint handle); - - gboolean camel_session_is_online (CamelSession *session); void camel_session_set_online (CamelSession *session, gboolean online); -- cgit v1.2.3