diff options
author | nobody <nobody@localhost> | 2000-02-26 07:33:55 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-02-26 07:33:55 +0800 |
commit | b3b6438950017d1ec4612d2dcc4f88f7e6c465ff (patch) | |
tree | e5dfae6704668d028cbb0e1fdc55e43b992004bc /shell/Shell.idl | |
parent | 59d2deddc74713097251e0b2c0eb48f078f78268 (diff) | |
download | gsoc2013-evolution-GTKHTML_0_1.tar.gz gsoc2013-evolution-GTKHTML_0_1.tar.zst gsoc2013-evolution-GTKHTML_0_1.zip |
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_1'.GTKHTML_0_1
svn path=/tags/GTKHTML_0_1/; revision=1958
Diffstat (limited to 'shell/Shell.idl')
-rw-r--r-- | shell/Shell.idl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/shell/Shell.idl b/shell/Shell.idl deleted file mode 100644 index 0d615b6b3b..0000000000 --- a/shell/Shell.idl +++ /dev/null @@ -1,19 +0,0 @@ -/* - * CORBA interface for the Evolution shell - * - * Authors: - * Miguel de Icaza (miguel@kernel.org) - * - * (C) 2000 Helix Code, Inc. - */ -#include <bonobo.idl> - -module GNOME { - - module Evolution { - - interface Shell : GNOME::Unknown { - - }; - }; -}; |