diff options
author | Kidd Wang <kidd.wang@sun.com> | 2004-01-08 14:44:25 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2004-01-08 14:44:25 +0800 |
commit | e65df5f83f8893f328439ee05b216e9d8249e91e (patch) | |
tree | 8fcc485927e44f936d9d25f79ea3c44a2df1b936 /calendar/gui/e-calendar-view.h | |
parent | 7a65fa93f1161e07356a7cc9e63b976c1ce1453e (diff) | |
download | gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.gz gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.tar.zst gsoc2013-evolution-e65df5f83f8893f328439ee05b216e9d8249e91e.zip |
delete the ECalViewMoveDirection type declaration which was added by
2004-01-08 Kidd Wang <kidd.wang@sun.com>
* gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration
which was added by mistake yesterday.
* Changelog: add a missed entry for calender-commands.c.
svn path=/trunk/; revision=24105
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r-- | calendar/gui/e-calendar-view.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index 8f1f1ba285..c224098554 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -48,13 +48,6 @@ typedef enum { E_CALENDAR_VIEW_POS_BOTTOM_EDGE } ECalendarViewPosition; -typedef enum { - E_CAL_VIEW_MOVE_UP, - E_CAL_VIEW_MOVE_DOWN, - E_CAL_VIEW_MOVE_LEFT, - E_CAL_VIEW_MOVE_RIGHT -} ECalViewMoveDirection; - #define E_CALENDAR_VIEW_EVENT_FIELDS \ GnomeCanvasItem *canvas_item; \ ECalModelComponent *comp_data; \ |