diff --git a/src/plugins/gramplet/bottombar.gpr.py b/src/plugins/gramplet/bottombar.gpr.py index f818fde2b..a1ca3cf65 100644 --- a/src/plugins/gramplet/bottombar.gpr.py +++ b/src/plugins/gramplet/bottombar.gpr.py @@ -311,19 +311,6 @@ register(GRAMPLET, gramplet_title=_("Sources"), ) -register(GRAMPLET, - id="Person Children Gramplet", - name=_("Person Children Gramplet"), - description = _("Gramplet showing the cildren of a person"), - version="1.0.0", - gramps_target_version="3.3", - status = STABLE, - fname="Children.py", - height=200, - gramplet = 'PersonChildren', - gramplet_title=_("Children"), - ) - register(GRAMPLET, id="Person Filter Gramplet", name=_("Person Filter Gramplet"),