aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-quote.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-17 11:32:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-17 11:32:04 +0800
commit16c9d26176e7db3c7aab99d44b35ea39d9f74951 (patch)
treed9eb82839d942289f34de7e4a3660c1658f39a22 /mail/em-format-html-quote.h
parentfa5f2ab56e524d761b90547424681d7350184591 (diff)
downloadgsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.gz
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.tar.zst
gsoc2013-evolution-16c9d26176e7db3c7aab99d44b35ea39d9f74951.zip
** See #59885.
2004-06-17 Not Zed <NotZed@Ximian.com> ** See #59885. * em-format-html-quote.[ch]: remove and remove from build, not used. * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and evolution-smime. * mail-component-factory.c (factory): there is no mail_config anymore. 2004-06-16 Not Zed <NotZed@Ximian.com> * em-utils.c (em_utils_selection_get_urilist): handle comments in the urilist. Can't remember the rfc for it. svn path=/trunk/; revision=26374
Diffstat (limited to 'mail/em-format-html-quote.h')
-rw-r--r--mail/em-format-html-quote.h49
1 files changed, 0 insertions, 49 deletions
diff --git a/mail/em-format-html-quote.h b/mail/em-format-html-quote.h
deleted file mode 100644
index 1422b04093..0000000000
--- a/mail/em-format-html-quote.h
+++ /dev/null
@@ -1,49 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Authors: Jeffrey Stedfast <fejj@ximian.com>
- *
- * Copyright 2003 Ximian, Inc. (www.ximian.com)
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * 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., 59 Temple Street #330, Boston, MA 02111-1307, USA.
- *
- */
-
-
-#ifndef _EM_FORMAT_HTML_QUOTE_H
-#define _EM_FORMAT_HTML_QUOTE_H
-
-#include "em-format-html.h"
-
-typedef struct _EMFormatHTMLQuote EMFormatHTMLQuote;
-typedef struct _EMFormatHTMLQuoteClass EMFormatHTMLQuoteClass;
-
-struct _EMFormatHTMLQuote {
- EMFormatHTML formathtml;
-
- struct _EMFormatHTMLQuotePrivate *priv;
-};
-
-struct _EMFormatHTMLQuoteClass {
- EMFormatHTMLClass formathtml_class;
-
-};
-
-GType em_format_html_quote_get_type (void);
-
-EMFormatHTMLQuote *em_format_html_quote_new (void);
-
-EMFormatHTMLQuote *em_format_html_quote_new_with_credits (const char *cedits);
-
-#endif /* !_EM_FORMAT_HTML_QUOTE_H */