diff options
author | JP Rosevear <jpr@novell.com> | 2005-05-02 18:03:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-05-02 18:03:29 +0800 |
commit | c224d45753106c67fc7654e9b0df0d1a60080e6b (patch) | |
tree | 803ded4ae92cfed4f843f626db0856d8e4edcdcb /shell/Evolution-common.idl | |
parent | ea95b3c1b6c0209d9a6490dbffa655f02979f56f (diff) | |
download | gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.gz gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.zst gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.zip |
remove Evolution-common.idl
2005-05-02 JP Rosevear <jpr@novell.com>
* Evolution.idl: remove Evolution-common.idl
* Makefile.am: don't build Evolution-common.idl
* Evolution-common.idl: remove dead code
svn path=/trunk/; revision=29253
Diffstat (limited to 'shell/Evolution-common.idl')
-rw-r--r-- | shell/Evolution-common.idl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/shell/Evolution-common.idl b/shell/Evolution-common.idl deleted file mode 100644 index 62f113f79c..0000000000 --- a/shell/Evolution-common.idl +++ /dev/null @@ -1,23 +0,0 @@ -/* -*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * Common definitions for the CORBA interface for the Evolution shell. - * - * Authors: - * Ettore Perazzoli <ettore@ximian.com> - * - * Copyright (C) 2000, 2001, 2002 Ximian, Inc. - */ - -module GNOME { -module Evolution { - struct Icon { - short width, height; - boolean hasAlpha; - sequence <octet> rgbaData; // Row-by-row, left-to-right, top-to-bottom RGBA bytes - }; - - typedef sequence <Icon> AnimatedIcon; - -}; -}; - |