fixed warning.
authorRodrigo Moya <rodrigo@ximian.com>
Mon, 2 Feb 2004 11:40:20 +0000 (11:40 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Mon, 2 Feb 2004 11:40:20 +0000 (11:40 +0000)
2004-02-02  Rodrigo Moya <rodrigo@ximian.com>

* backends/groupwise/e-gw-connection.c
(e_gw_connection_get_freebusy_info): fixed warning.

calendar/ChangeLog
calendar/backends/groupwise/e-gw-connection.c
servers/groupwise/e-gw-connection.c

index 21b1fc5..6f144b9 100644 (file)
@@ -1,5 +1,8 @@
 2004-02-02  Rodrigo Moya <rodrigo@ximian.com>
 
+       * backends/groupwise/e-gw-connection.c
+       (e_gw_connection_get_freebusy_info): fixed warning.
+
        * backends/groupwise/e-cal-backend-groupwise.c
        (e_cal_backend_groupwise_remove_object): pass the container_id to
        e_gw_connection_remove_item.
index 5cc3f71..55e9171 100644 (file)
@@ -1172,8 +1172,7 @@ e_gw_connection_get_freebusy_info (EGwConnection *cnc, GList *users, time_t star
                        ECalComponentOrganizer organizer;
                        ECalComponentDateTime dt;
                        icaltimetype t;
-                       const char *start, *end; 
-                       char *dtstring;
+                       const char *start, *end;
 
                        comp = e_cal_component_new ();
                        e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_FREEBUSY); 
index 5cc3f71..55e9171 100644 (file)
@@ -1172,8 +1172,7 @@ e_gw_connection_get_freebusy_info (EGwConnection *cnc, GList *users, time_t star
                        ECalComponentOrganizer organizer;
                        ECalComponentDateTime dt;
                        icaltimetype t;
-                       const char *start, *end; 
-                       char *dtstring;
+                       const char *start, *end;
 
                        comp = e_cal_component_new ();
                        e_cal_component_set_new_vtype (comp, E_CAL_COMPONENT_FREEBUSY);