aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/component-factory.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit26eb615de8b85266a456f2155fb39ce63fc76e63 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /my-evolution/component-factory.h
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-guikachu-0_8.tar
gsoc2013-evolution-guikachu-0_8.tar.gz
gsoc2013-evolution-guikachu-0_8.tar.bz2
gsoc2013-evolution-guikachu-0_8.tar.lz
gsoc2013-evolution-guikachu-0_8.tar.xz
gsoc2013-evolution-guikachu-0_8.tar.zst
gsoc2013-evolution-guikachu-0_8.zip
This commit was manufactured by cvs2svn to create tag 'guikachu-0_8'.guikachu-0_8
svn path=/tags/guikachu-0_8/; revision=11681
Diffstat (limited to 'my-evolution/component-factory.h')
-rw-r--r--my-evolution/component-factory.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/my-evolution/component-factory.h b/my-evolution/component-factory.h
deleted file mode 100644
index f4b0c0e1a8..0000000000
--- a/my-evolution/component-factory.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * component-factory.h: Header file for component-factory.c
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * Authors: Iain Holmes <iain@ximian.com>
- */
-
-#ifndef __COMPONENT_FACTORY_H__
-#define __COMPONENT_FACTORY_H__
-
-void component_factory_init (void);
-
-#endif