From 45f799eb8632142a31d1dbf3572c2672bb36c747 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 27 Jan 2006 16:34:03 +0000 Subject: Make this place a bit more quiet svn path=/trunk/; revision=31328 --- plugins/groupwise-features/send-options.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/groupwise-features/send-options.c') diff --git a/plugins/groupwise-features/send-options.c b/plugins/groupwise-features/send-options.c index 3eb9dec8bf..527311a0c2 100644 --- a/plugins/groupwise-features/send-options.c +++ b/plugins/groupwise-features/send-options.c @@ -250,10 +250,6 @@ send_options_finalize () static void e_send_options_copy_general_opts (ESendOptionsGeneral *gopts, EGwSendOptionsGeneral *ggopts) { - time_t temp; - - temp = time (NULL); - ggopts->priority = gopts->priority; ggopts->reply_enabled = gopts->reply_enabled; @@ -498,7 +494,7 @@ add_send_options_to_source (EGwSendOptions *n_opts) ESource *csource, *tsource; ESourceList *list; EGwSendOptionsGeneral *gopts; - EGwSendOptionsStatusTracking *topts, *mopts, *copts; + EGwSendOptionsStatusTracking *topts, *copts; list = e_source_list_new_for_gconf (gconf, "/apps/evolution/calendar/sources"); csource = get_source (list); @@ -507,7 +503,6 @@ add_send_options_to_source (EGwSendOptions *n_opts) tsource = get_source (list); gopts = e_gw_sendoptions_get_general_options (n_opts); - mopts = e_gw_sendoptions_get_status_tracking_options (n_opts, "mail"); copts = e_gw_sendoptions_get_status_tracking_options (n_opts, "calendar"); topts = e_gw_sendoptions_get_status_tracking_options (n_opts, "task"); -- cgit v1.2.3