diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 08:17:12 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-12 08:17:12 +0800 |
commit | fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8 (patch) | |
tree | fcb69b57676e25f102083069ffc71651dc182e8e /calendar/eventedit.h | |
parent | b265b27dfc1e68424d509a17b9c6466adbae3fc9 (diff) | |
download | gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.gz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.bz2 gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.lz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.xz gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.tar.zst gsoc2013-evolution-fbc607b0edbdc39297d17c0ecc75b45e4bfbb0c8.zip |
Begginning of the create-appointment-on-range-selection-and-enter code -miguel
svn path=/trunk/; revision=127
Diffstat (limited to 'calendar/eventedit.h')
-rw-r--r-- | calendar/eventedit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/eventedit.h b/calendar/eventedit.h index 6de4d09256..82d4c94ecf 100644 --- a/calendar/eventedit.h +++ b/calendar/eventedit.h @@ -52,7 +52,6 @@ typedef struct { /* The associated ical object */ iCalObject *ical; - int new_ical; /* The calendar owner of this event */ GnomeCalendar *gnome_cal; |