From c224d45753106c67fc7654e9b0df0d1a60080e6b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 2 May 2005 10:03:29 +0000 Subject: remove Evolution-common.idl 2005-05-02 JP Rosevear * 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 --- shell/Evolution-common.idl | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 shell/Evolution-common.idl (limited to 'shell/Evolution-common.idl') 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 - * - * Copyright (C) 2000, 2001, 2002 Ximian, Inc. - */ - -module GNOME { -module Evolution { - struct Icon { - short width, height; - boolean hasAlpha; - sequence rgbaData; // Row-by-row, left-to-right, top-to-bottom RGBA bytes - }; - - typedef sequence AnimatedIcon; - -}; -}; - -- cgit v1.2.3