aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-25 02:05:38 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-25 02:05:38 +0800
commit98e99b95d4bd1c4b59759d2fcb5e65d18bec34da (patch)
tree826f1af5b2a860983b9d688bfb2b48cc2576e4fd /calendar
parent22b6bc562ca16e9b238381006d7c1977f020015c (diff)
downloadgsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.gz
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.bz2
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.lz
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.xz
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.zst
gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.zip
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
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-day-view.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c8f4004dfd..dd0925ecef 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -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
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c
index 3ea9a37617..2fae66475c 100644
--- a/calendar/gui/e-day-view.c
+++ b/calendar/gui/e-day-view.c
@@ -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);