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:
Rodrigo Moya
2003-04-24 18:05:38 +00:00
committed by Rodrigo Moya
parent 22b6bc562c
commit 98e99b95d4
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);