diff options
-rw-r--r-- | shell/importer/GNOME_Evolution_Importer.idl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/importer/GNOME_Evolution_Importer.idl b/shell/importer/GNOME_Evolution_Importer.idl index b93c759c45..d17c3a830a 100644 --- a/shell/importer/GNOME_Evolution_Importer.idl +++ b/shell/importer/GNOME_Evolution_Importer.idl @@ -38,12 +38,6 @@ module Evolution { interface Importer : Bonobo::Unknown { /** - * Busy: Raised if the Importer object is in the middle of - * processing an item; - */ - exception Busy {}; - - /** * processItem: * @listener: The ImporterListener that will be notified of the * progress. @@ -52,7 +46,6 @@ module Evolution { * */ oneway void processItem (in ImporterListener listener) - raises (Busy); /** * getError: |