diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 07:48:05 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-18 07:48:05 +0800 |
commit | d55901c052e7431d907f1db4aa243b79948c3f46 (patch) | |
tree | a7e6eeedf30f9a73d31029fef10773c72a7b46c1 /calendar/calendar.h | |
parent | 4b926012c0cae01569d71d178dc651d9e4b2c8e8 (diff) | |
download | gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.gz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.bz2 gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.lz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.xz gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.tar.zst gsoc2013-evolution-d55901c052e7431d907f1db4aa243b79948c3f46.zip |
Year view, double click -mig
svn path=/trunk/; revision=152
Diffstat (limited to 'calendar/calendar.h')
-rw-r--r-- | calendar/calendar.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/calendar.h b/calendar/calendar.h index e68b74ebf4..94b471d3da 100644 --- a/calendar/calendar.h +++ b/calendar/calendar.h @@ -17,9 +17,6 @@ typedef struct { GList *todo; GList *journal; - /* Events that have a recurrence field are also present here */ - GList *recur; - /* Time at which the calendar was created */ time_t created; |