diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 21:12:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-28 21:12:46 +0800 |
commit | e8382099228d46ebef684c5384bab6ec710283ce (patch) | |
tree | cadc101a9ed66fae1c000f46e527495503670d60 /calendar/gui/gnome-cal.c | |
parent | a038218838b2583c4058b30b70e69322965a2996 (diff) | |
download | gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.gz gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.tar.zst gsoc2013-evolution-e8382099228d46ebef684c5384bab6ec710283ce.zip |
Re-enable more calendar code.
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 2fa1a38a52..defda15875 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -134,10 +134,6 @@ struct _GnomeCalendarPrivate { it uses the date range set in search bar */ gboolean lview_select_daten_range; - /* We should know which calendar has been used to create object, so store it here - before emitting "user_created" signal and make it NULL just after the emit. */ - ECal *user_created_cal; - /* used in update_todo_view, to prevent interleaving when called in separate thread */ GMutex *todo_update_lock; }; |