app: remove weak ref to action_factory in GimpMenuFactory

This commit is contained in:
Michael Natterer 2023-05-22 14:11:48 +02:00
parent 91fceebb1d
commit 3d5ea2eeb2
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ gimp_menu_factory_new (Gimp *gimp,
factory->p->gimp = gimp;
factory->p->action_factory = action_factory;
g_object_add_weak_pointer (G_OBJECT (action_factory),
(gpointer *) &factory->p->action_factory);
return factory;
}