diff options
Diffstat (limited to 'shell/e-component-registry.c')
-rw-r--r-- | shell/e-component-registry.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-component-registry.c b/shell/e-component-registry.c index 693b7bf812..aa76ff0656 100644 --- a/shell/e-component-registry.c +++ b/shell/e-component-registry.c @@ -227,8 +227,6 @@ destroy (GtkObject *object) component_registry = E_COMPONENT_REGISTRY (object); priv = component_registry->priv; - bonobo_object_unref (BONOBO_OBJECT (priv->shell)); - g_hash_table_foreach (priv->component_id_to_component, component_id_foreach_free, NULL); g_hash_table_destroy (priv->component_id_to_component); @@ -273,8 +271,6 @@ e_component_registry_construct (EComponentRegistry *component_registry, g_return_if_fail (E_IS_SHELL (shell)); priv = component_registry->priv; - - bonobo_object_ref (BONOBO_OBJECT (shell)); priv->shell = shell; } |