aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-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
commit220ead4cc561abeed2c9143190b96e8654ab1605 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /my-evolution/e-summary-factory.h
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-GGV_1_1_1.tar
gsoc2013-evolution-GGV_1_1_1.tar.gz
gsoc2013-evolution-GGV_1_1_1.tar.bz2
gsoc2013-evolution-GGV_1_1_1.tar.lz
gsoc2013-evolution-GGV_1_1_1.tar.xz
gsoc2013-evolution-GGV_1_1_1.tar.zst
gsoc2013-evolution-GGV_1_1_1.zip
This commit was manufactured by cvs2svn to create tag 'GGV_1_1_1'.GGV_1_1_1
svn path=/tags/GGV_1_1_1/; revision=11660
Diffstat (limited to 'my-evolution/e-summary-factory.h')
-rw-r--r--my-evolution/e-summary-factory.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/my-evolution/e-summary-factory.h b/my-evolution/e-summary-factory.h
deleted file mode 100644
index 858bca9956..0000000000
--- a/my-evolution/e-summary-factory.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * e-summary-factory.c: Executive Summary Factory.
- *
- * Copyright (C) 2001 Ximian, Inc.
- *
- * Authors: Iain Holmes <iain@ximian.com>
- */
-
-#ifndef __E_SUMMARY_FACTORY_H__
-#define __E_SUMMARY_FACTORY_H__
-
-#include "e-summary-offline-handler.h"
-
-BonoboControl *e_summary_factory_new_control (const char *uri,
- const GNOME_Evolution_Shell shell,
- ESummaryOfflineHandler *handler);
-
-#endif