aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-factory.h
diff options
context:
space:
mode:
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