diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 00:30:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-06 04:40:49 +0800 |
commit | 369daca6146c0e97db0308adb9c64c10ad1cb096 (patch) | |
tree | e0233224891a46527a4933e268dd63db290ad801 /calendar/gui/calendar-view.h | |
parent | a2818bc4eaed3c304a9067b8cf25b4aee345d9b4 (diff) | |
download | gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.gz gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.tar.zst gsoc2013-evolution-369daca6146c0e97db0308adb9c64c10ad1cb096.zip |
GalView: Store the title string internally.
This replaces the get_title() and set_title() class methods, since
it's silly to defer to subclasses to track a simple string property.
Diffstat (limited to 'calendar/gui/calendar-view.h')
-rw-r--r-- | calendar/gui/calendar-view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/calendar-view.h b/calendar/gui/calendar-view.h index d76f3f5449..00e1eb6ed1 100644 --- a/calendar/gui/calendar-view.h +++ b/calendar/gui/calendar-view.h @@ -52,10 +52,6 @@ typedef struct { GType calendar_view_get_type (void); -CalendarView *calendar_view_construct (CalendarView *cal_view, - GnomeCalendarViewType view_type, - const gchar *title); - CalendarView *calendar_view_new (GnomeCalendarViewType view_type, const gchar *title); |