From 4ba6a25075f9cee4d9aafefe1d77a14e2734300d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 10 Jun 2004 16:30:15 +0000 Subject: Remove no-longer-used stuff * check-empty.xpm, check-filled.xpm, check-missing.xpm: * e-shell-config-autocompletion.[ch]: * e-shell-config-default-folders.[ch]: * e-shell-config-folder-settings.[ch]: * e-shell-config-offline.[ch]: * e-shell-config.[ch]: * e-shell-folder-creation-dialog.[ch]: * e-shell-shared-folder-picker-dialog.[ch]: * e-storage-set-store.[ch]: * e-storage-set-view-checkboxes.etstate: * e-storage-set-view-no-checkboxes.etstate: * e-storage-set-view.etspec: * e-uri-schema-registry.[ch]: * evolution-activity-client.c: * evolution-storage-set-view-factory.[ch]: * evolution-storage-set-view.[ch]: * glade/e-folder-list.glade: * glade/e-shell-config-default-folders.glade: * glade/e-shell-folder-creation-dialog.glade: * glade/e-shell-shared-folder-picker-dialog.glade: Remove no-longer-used stuff * README: Remove this, since it's more confusing than true now. * Evolution-Offline.idl, Evolution-common.idl: Remove GNOME_Evolution_Folder, and references to it. * e-active-connection-dialog.glade: * evolution-startup-wizard.glade: Move the last two remaining files from ./glade/ up to here. * glade/*: Gone. * Makefile.am, .cvsignore: update for the above svn path=/trunk/; revision=26286 --- shell/Evolution-common.idl | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'shell/Evolution-common.idl') diff --git a/shell/Evolution-common.idl b/shell/Evolution-common.idl index 5cc1cf1b5f..62f113f79c 100644 --- a/shell/Evolution-common.idl +++ b/shell/Evolution-common.idl @@ -10,19 +10,6 @@ module GNOME { module Evolution { - struct Folder { - string type; - string description; - string displayName; - string physicalUri; - string evolutionUri; - string customIconName; - long unreadCount; - boolean canSyncOffline; - short sortingPriority; - }; - typedef sequence FolderList; - struct Icon { short width, height; boolean hasAlpha; -- cgit