X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=notimeline%2Fnotimeline.php;h=b99501c3a3b3876f7fb9f11ab86e57828ccb9fd0;hb=76ecff195f99c428d437de826c05034e5b53fd1f;hp=e5ff8918ddbe2bef9b4b6f0db0842f8624dc942e;hpb=2c69a9c3597c7363b5ebf3010f276e0225dff35c;p=friendica-addons.git diff --git a/notimeline/notimeline.php b/notimeline/notimeline.php index e5ff8918..b99501c3 100644 --- a/notimeline/notimeline.php +++ b/notimeline/notimeline.php @@ -16,12 +16,6 @@ function notimeline_install() Hook::register('addon_settings_post', 'addon/notimeline/notimeline.php', 'notimeline_settings_post'); } -function notimeline_uninstall() -{ - Hook::unregister('addon_settings', 'addon/notimeline/notimeline.php', 'notimeline_settings'); - Hook::unregister('addon_settings_post', 'addon/notimeline/notimeline.php', 'notimeline_settings_post'); -} - function notimeline_settings_post($a, $post) { if (!local_user() || empty($_POST['notimeline-submit'])) {