diff options
-rw-r--r-- | shell/ChangeLog | 8 | ||||
-rw-r--r-- | shell/Evolution-common.idl | 23 | ||||
-rw-r--r-- | shell/Evolution.idl | 2 | ||||
-rw-r--r-- | shell/Makefile.am | 1 |
4 files changed, 8 insertions, 26 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 076282badd..4aa26953ee 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +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 + 2005-04-29 JP Rosevear <jpr@novell.com> * Makefile.am: don't build/install corba icon utils 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; - -}; -}; - diff --git a/shell/Evolution.idl b/shell/Evolution.idl index 0a48bee90c..b0d920454a 100644 --- a/shell/Evolution.idl +++ b/shell/Evolution.idl @@ -10,8 +10,6 @@ #include <Bonobo.idl> -#include <Evolution-common.idl> - #include <Evolution-Component.idl> #include <Evolution-ConfigControl.idl> #include <Evolution-Offline.idl> diff --git a/shell/Makefile.am b/shell/Makefile.am index 5a10f79fd5..35a1c315ef 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -29,7 +29,6 @@ IDLS = \ Evolution-Component.idl \ Evolution-Offline.idl \ Evolution-Shell.idl \ - Evolution-common.idl \ Evolution.idl IDL_GENERATED_H = \ |