aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2005-05-02 18:03:29 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-05-02 18:03:29 +0800
commitc224d45753106c67fc7654e9b0df0d1a60080e6b (patch)
tree803ded4ae92cfed4f843f626db0856d8e4edcdcb
parentea95b3c1b6c0209d9a6490dbffa655f02979f56f (diff)
downloadgsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar
gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.gz
gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.bz2
gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.lz
gsoc2013-evolution-c224d45753106c67fc7654e9b0df0d1a60080e6b.tar.xz
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
-rw-r--r--shell/ChangeLog8
-rw-r--r--shell/Evolution-common.idl23
-rw-r--r--shell/Evolution.idl2
-rw-r--r--shell/Makefile.am1
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 = \