aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'wombat/wombat.idl')
-rw-r--r--wombat/wombat.idl19
1 files changed, 0 insertions, 19 deletions
diff --git a/wombat/wombat.idl b/wombat/wombat.idl
deleted file mode 100644
index 2c9538bfce..0000000000
--- a/wombat/wombat.idl
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * The Evolution Personal Organization Server.
- *
- * Copyright 2000, Ximian, Inc.
- */
-
-module GNOME {
-module Evolution {
-
- interface WombatClient {
- string getPassword (in string prompt, in string key);
- void forgetPassword (in string key);
- };
-
- interface Config {
-
- };
-};
-};