removed unused variable..
2003-04-23 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c (e_day_view_on_delete_occurrence): removed unused variable.. svn path=/trunk/; revision=20958
This commit is contained in:

committed by
Rodrigo Moya

parent
22b6bc562c
commit
98e99b95d4
@ -1,3 +1,8 @@
|
||||
2003-04-23 Rodrigo Moya <rodrigo@ximian.com>
|
||||
|
||||
* gui/e-day-view.c (e_day_view_on_delete_occurrence): removed
|
||||
unused variable..
|
||||
|
||||
2003-04-23 Hans Petter Jansson <hpj@ximian.com>
|
||||
|
||||
Fixes #41641
|
||||
|
@ -4163,7 +4163,6 @@ e_day_view_on_delete_occurrence (GtkWidget *widget, gpointer data)
|
||||
{
|
||||
EDayView *day_view;
|
||||
EDayViewEvent *event;
|
||||
CalComponent *comp;
|
||||
|
||||
day_view = E_DAY_VIEW (data);
|
||||
|
||||
|
Reference in New Issue
Block a user