diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-04-25 02:05:38 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-04-25 02:05:38 +0800 |
commit | 98e99b95d4bd1c4b59759d2fcb5e65d18bec34da (patch) | |
tree | 826f1af5b2a860983b9d688bfb2b48cc2576e4fd /calendar/gui | |
parent | 22b6bc562ca16e9b238381006d7c1977f020015c (diff) | |
download | gsoc2013-evolution-98e99b95d4bd1c4b59759d2fcb5e65d18bec34da.tar.gz 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/gui')
-rw-r--r-- | calendar/gui/e-day-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |