aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-23 08:15:10 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-23 08:15:10 +0800
commita9b752298fc76036486de9e603e14fb3aa1cd416 (patch)
treeb99c1ba578df6dd8f89d3b953e5ef4a87f45c500 /calendar/gui/calendar-component.c
parent0f6dc83cae46ce5bda6e860ab621657693f2cb8f (diff)
downloadgsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar.gz
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar.bz2
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar.lz
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar.xz
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.tar.zst
gsoc2013-evolution-a9b752298fc76036486de9e603e14fb3aa1cd416.zip
kill warning
2004-06-22 JP Rosevear <jpr@novell.com> * gui/calendar-component.c (create_new_event): kill warning svn path=/trunk/; revision=26466
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 3b84151b1f..8769016978 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -948,7 +948,6 @@ static gboolean
create_new_event (CalendarComponent *calendar_component, CalendarComponentView *component_view, gboolean is_allday, gboolean is_meeting)
{
ECal *ecal;
- gboolean read_only;
ECalendarView *view;
ecal = setup_create_ecal (calendar_component, component_view);