diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 084d3c95cada276d1487f580e4f7e625811c679c (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /mail/mail-config-factory.h | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-GEDIT_2_0_5.tar.gz gsoc2013-evolution-GEDIT_2_0_5.tar.zst gsoc2013-evolution-GEDIT_2_0_5.zip |
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_0_5'.GEDIT_2_0_5
svn path=/tags/GEDIT_2_0_5/; revision=16836
Diffstat (limited to 'mail/mail-config-factory.h')
-rw-r--r-- | mail/mail-config-factory.h | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/mail/mail-config-factory.h b/mail/mail-config-factory.h deleted file mode 100644 index 09e6d72611..0000000000 --- a/mail/mail-config-factory.h +++ /dev/null @@ -1,42 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Authors: Jeffrey Stedfast <fejj@ximian.com> - * - * Copyright 2002 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 __MAIL_CONFIG_FACTORY_H__ -#define __MAIL_CONFIG_FACTORY_H__ - -#ifdef __cplusplus -extern "C" { -#pragma } -#endif - -#include "evolution-config-control.h" - -#include <shell/Evolution.h> - -gboolean mail_config_register_factory (GNOME_Evolution_Shell shell); - -#ifdef __cplusplus -} -#endif - -#endif /* __MAIL_CONFIG_FACTORY_H__ */ |