aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-10 12:27:35 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-10 12:27:35 +0800
commitbc78d367b0f55fa2a3090cc32df91a5c91c5d9cc (patch)
tree8e14b68515e62c3069dbb69c84f11df4f4898133 /mail/component-factory.h
parent67974fa1e0c1d8702508c8ce601c03db22c4399c (diff)
downloadgsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.gz
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.bz2
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.lz
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.xz
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.tar.zst
gsoc2013-evolution-bc78d367b0f55fa2a3090cc32df91a5c91c5d9cc.zip
removed main.c from the build.
2003-03-10 Not Zed <NotZed@Ximian.com> * Makefile.am (libevolution_mail_la_SOURCES): removed main.c from the build. * component-factory.c (component_factory_init): Remove, not used anymore, causes linking problems some places. (factory): Removed the debug printf. svn path=/trunk/; revision=20226
Diffstat (limited to 'mail/component-factory.h')
-rw-r--r--mail/component-factory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/component-factory.h b/mail/component-factory.h
index 780e04e7ae..3abd058556 100644
--- a/mail/component-factory.h
+++ b/mail/component-factory.h
@@ -26,6 +26,4 @@
#define COMPONENT_ID "OAFIID:GNOME_Evolution_Mail_ShellComponent"
#define SUMMARY_FACTORY_ID "OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory"
-void component_factory_init (void);
-
#endif