X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidgets.php;h=319a8a78d6f6c35335f4a12bc7a4e09b6c13dac9;hb=14c09c1bbba1324bd03f58d6af123ba53b29070c;hp=2c7aabaea0339e080f447eca95046c0562dc656b;hpb=48fecb9a40d0a1bac959f239be1d937edd5b7f09;p=friendica-addons.git diff --git a/widgets/widgets.php b/widgets/widgets.php index 2c7aabae..319a8a78 100644 --- a/widgets/widgets.php +++ b/widgets/widgets.php @@ -20,11 +20,6 @@ function widgets_install() { Logger::log("installed widgets"); } -function widgets_uninstall() { - Hook::unregister('addon_settings', 'addon/widgets/widgets.php', 'widgets_settings'); - Hook::unregister('addon_settings_post', 'addon/widgets/widgets.php', 'widgets_settings_post'); -} - function widgets_settings_post(){ if(! local_user()) return;