From e06178d6876873dc1dcba02f9307c905408bfcc8 Mon Sep 17 00:00:00 2001
From: nobody <nobody@localhost>
Date: Sun, 10 Mar 2002 15:35:38 +0000
Subject: This commit was manufactured by cvs2svn to create tag
 'GEDIT_1_115_0'.

svn path=/tags/GEDIT_1_115_0/; revision=16028
---
 wombat/wombat.idl | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 wombat/wombat.idl

(limited to 'wombat/wombat.idl')

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 {
-
-	};
-};
-};
-- 
cgit