aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Evolution-Mail.idl
diff options
context:
space:
mode:
Diffstat (limited to 'mail/Evolution-Mail.idl')
-rw-r--r--mail/Evolution-Mail.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/mail/Evolution-Mail.idl b/mail/Evolution-Mail.idl
deleted file mode 100644
index 2ea6860c2b..0000000000
--- a/mail/Evolution-Mail.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#ifndef _GNOME_EVOLUTION_MAILCOMPONENT_IDL
-#define _GNOME_EVOLUTION_MAILCOMPONENT_IDL
-
-
-#include <shell/Evolution-Shell.idl>
-#include <shell/Evolution-Component.idl>
-
-module GNOME {
-module Evolution {
- interface MailComponent : Component {
- // Insert wonderous remote mail operations here.
-
- void test();
- };
-};
-};
-
-#endif