From 8228c1b611c46ccc6b8069b1e9a9f442f468e342 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 3 Nov 2007 12:06:34 +0000 Subject: ** Remove dead files from source control. The dates below indicate when 2007-11-03 Matthew Barnes ** Remove dead files from source control. The dates below indicate when the file was removed from Makefile.am. Fixes part of bug #478704. * addressbook/printing/e-contact-print-envelope.c (Apr 2007) * addressbook/printing/e-contact-print-envelope.h (Apr 2007) * addressbook/tools/evolution-addressbook-abuse.c (May 2004) * addressbook/tools/evolution-addressbook-import.c (no history) * calendar/gui/dialogs/calendar-setup.glade (Nov 2004) * calendar/gui/dialogs/meeting-page.etspec (Sep 2003) * calendar/gui/dialogs/new-calendar.glade (Jan 2003) * calendar/gui/dialogs/new-task-list.glade (Jan 2004) * calendar/gui/dialogs/url-editor-dialog.c (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.h (Dec 2005) * calendar/gui/e-pub-utils.c (Dec 2005) * calendar/gui/e-pub-utils.h (Dec 2005) * calendar/gui/gnome-calendar-conduit.png (May 2000) * e-util/e-categories-master-list-wombat.c (Jun 2005) * e-util/e-categories-master-list-wombat.h (Jun 2005) * tools/evolution-launch-composer.c (Jun 2003) * configure.in: Remove plugins/mail-remote/Makefile from AC_OUTPUT. Fixes a distcheck error. * po/POTFILES.in: Remove files for mail-remote plugin. svn path=/trunk/; revision=34487 --- calendar/gui/e-pub-utils.h | 62 ---------------------------------------------- 1 file changed, 62 deletions(-) delete mode 100644 calendar/gui/e-pub-utils.h (limited to 'calendar/gui/e-pub-utils.h') diff --git a/calendar/gui/e-pub-utils.h b/calendar/gui/e-pub-utils.h deleted file mode 100644 index 98e36d8758..0000000000 --- a/calendar/gui/e-pub-utils.h +++ /dev/null @@ -1,62 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ - -/* Evolution calendar Free/Busy utilities and types - * - * Copyright (C) 2004 Ximian, Inc. - * - * Author: Gary Ekker - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef E_CAL_FB_UTIL_H -#define E_CAL_FB_UTIL_H - -#include -#include - -G_BEGIN_DECLS - -enum publish_frequency{ - URI_PUBLISH_DAILY, - URI_PUBLISH_WEEKLY, - URI_PUBLISH_USER -}; - -static const int pub_frequency_type_map[] = { - URI_PUBLISH_DAILY, - URI_PUBLISH_WEEKLY, - URI_PUBLISH_USER, - -1 -}; - -struct _EPublishUri { - gint enabled; - gchar *location; - gint publish_freq; - gchar *username; - gchar *password; - GSList *calendars; - gchar *last_pub_time; -}; - -typedef struct _EPublishUri EPublishUri; - -void e_pub_uri_from_xml (EPublishUri *uri, const gchar *xml); -gchar *e_pub_uri_to_xml (EPublishUri *uri); -void e_pub_publish (gboolean publish) ; - -G_END_DECLS - -#endif -- cgit v1.2.3