]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/gpdf.cc
don't add the client site to the item container.
[evince.git] / pdf / xpdf / gpdf.cc
index e8744d2efd67c0b2e8f98e2688f42a5577b225d3..aa44c4eb83c86a32794b101fcd38331f256a05e9 100644 (file)
@@ -383,13 +383,6 @@ container_launch_component (BonoboClientSite    *client_site,
                return NULL;
        }
 
-       /*
-        * The BonoboContainer object maintains a list of the
-        * ClientSites which it manages.  Here we add the new
-        * ClientSite to that list.
-        */
-       bonobo_item_container_add (container, BONOBO_OBJECT (client_site));
-
        return object_server;
 }