diff options
Diffstat (limited to 'shell/e-corba-storage.h')
-rw-r--r-- | shell/e-corba-storage.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/shell/e-corba-storage.h b/shell/e-corba-storage.h index 843e41c92e..432214f170 100644 --- a/shell/e-corba-storage.h +++ b/shell/e-corba-storage.h @@ -56,13 +56,9 @@ struct _ECorbaStorageClass { GtkType e_corba_storage_get_type (void); void e_corba_storage_construct (ECorbaStorage *corba_storage, - const char *toplevel_node_uri, - const char *toplevel_node_type, const GNOME_Evolution_Storage storage_interface, const char *name); -EStorage *e_corba_storage_new (const char *toplevel_node_uri, - const char *toplevel_node_type, - const GNOME_Evolution_Storage storage_interface, +EStorage *e_corba_storage_new (const GNOME_Evolution_Storage storage_interface, const char *name); GNOME_Evolution_Storage e_corba_storage_get_corba_objref (ECorbaStorage *corba_storage); |