aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-day-view.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-07-18 18:37:44 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-07-18 18:37:44 +0800
commit9480887536f318abc6f8540ca2a8d9114becc6e3 (patch)
tree05c8412a6191402351b5034462504c850dd6829d /calendar/gui/e-day-view.h
parent451cc1a07a7010fba205ffebfb7778b284f524cf (diff)
downloadgsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar.gz
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar.bz2
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar.lz
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar.xz
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.tar.zst
gsoc2013-evolution-9480887536f318abc6f8540ca2a8d9114becc6e3.zip
moved duplicated code to...
2003-07-18 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.[ch]: * gui/e-week-view.[ch]: moved duplicated code to... * gui/e-cal-view.[ch]: ...here. (e_cal_view_get_calendar, e_cal_view_set_calendar): new functions. * gui/e-week-view-event-item.c (e_week_event_item_double_click): * gui/gnome-cal.c (setup_widgets): adapted to changes in views. svn path=/trunk/; revision=21865
Diffstat (limited to 'calendar/gui/e-day-view.h')
-rw-r--r--calendar/gui/e-day-view.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h
index f8889ac26b..07bbf672da 100644
--- a/calendar/gui/e-day-view.h
+++ b/calendar/gui/e-day-view.h
@@ -240,9 +240,6 @@ struct _EDayView
GtkWidget *vscrollbar;
- /* The calendar we are associated with. */
- GnomeCalendar *calendar;
-
/* Calendar client object we are monitoring */
CalClient *client;
@@ -508,9 +505,6 @@ struct _EDayView
struct _EDayViewClass
{
ECalViewClass parent_class;
-
- /* Notification signals */
- void (* selection_changed) (EDayView *day_view);
};