From 46d115cfeea26e027e4b40b31ca277015ecb7eff Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 5 Jul 2013 16:24:58 -0400 Subject: Remove GalViewFactory subclasses for calendar views. No longer used. --- calendar/gui/calendar-view-factory.h | 60 ------------------------------------ 1 file changed, 60 deletions(-) delete mode 100644 calendar/gui/calendar-view-factory.h (limited to 'calendar/gui/calendar-view-factory.h') diff --git a/calendar/gui/calendar-view-factory.h b/calendar/gui/calendar-view-factory.h deleted file mode 100644 index ff4f8ee1c4..0000000000 --- a/calendar/gui/calendar-view-factory.h +++ /dev/null @@ -1,60 +0,0 @@ -/* - * calendar-view-factory.h - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see - * - */ - -#ifndef CALENDAR_VIEW_FACTORY_H -#define CALENDAR_VIEW_FACTORY_H - -#include - -/* Standard GObject macros */ -#define GAL_TYPE_VIEW_FACTORY_CALENDAR_DAY \ - (gal_view_factory_calendar_day_get_type ()) -#define GAL_TYPE_VIEW_FACTORY_CALENDAR_WORK_WEEK \ - (gal_view_factory_calendar_work_week_get_type ()) -#define GAL_TYPE_VIEW_FACTORY_CALENDAR_WEEK \ - (gal_view_factory_calendar_week_get_type ()) -#define GAL_TYPE_VIEW_FACTORY_CALENDAR_MONTH \ - (gal_view_factory_calendar_month_get_type ()) - -G_BEGIN_DECLS - -typedef struct _GalViewFactory GalViewFactoryCalendarDay; -typedef struct _GalViewFactoryClass GalViewFactoryCalendarDayClass; - -typedef struct _GalViewFactory GalViewFactoryCalendarWorkWeek; -typedef struct _GalViewFactoryClass GalViewFactoryCalendarWorkWeekClass; - -typedef struct _GalViewFactory GalViewFactoryCalendarWeek; -typedef struct _GalViewFactoryClass GalViewFactoryCalendarWeekClass; - -typedef struct _GalViewFactory GalViewFactoryCalendarMonth; -typedef struct _GalViewFactoryClass GalViewFactoryCalendarMonthClass; - -GType gal_view_factory_calendar_day_get_type - (void) G_GNUC_CONST; -GType gal_view_factory_calendar_work_week_get_type - (void) G_GNUC_CONST; -GType gal_view_factory_calendar_week_get_type - (void) G_GNUC_CONST; -GType gal_view_factory_calendar_month_get_type - (void) G_GNUC_CONST; - -G_END_DECLS - -#endif /* CALENDAR_VIEW_FACTORY_H */ - -- cgit v1.2.3