]> git.mxchange.org Git - friendica-addons.git/blobdiff - notimeline/notimeline.php
remote_permissions addon HU translation added THX Balázs Úr
[friendica-addons.git] / notimeline / notimeline.php
index e5ff8918ddbe2bef9b4b6f0db0842f8624dc942e..b99501c3a3b3876f7fb9f11ab86e57828ccb9fd0 100644 (file)
@@ -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'])) {