]> git.mxchange.org Git - friendica-addons.git/blobdiff - ijpost/ijpost.php
smileybutton addon HU translation added THX Balázs Úr
[friendica-addons.git] / ijpost / ijpost.php
index 0619c288a78077a5202c658b21ac7a84c05e0410..15f2b41e63e55bf9ff70c3bbfcb7423cf3e9c883 100644 (file)
@@ -25,15 +25,6 @@ function ijpost_install()
        Hook::register('connector_settings_post', 'addon/ijpost/ijpost.php', 'ijpost_settings_post');
 }
 
-function ijpost_uninstall()
-{
-       Hook::unregister('post_local',       'addon/ijpost/ijpost.php', 'ijpost_post_local');
-       Hook::unregister('notifier_normal',  'addon/ijpost/ijpost.php', 'ijpost_send');
-       Hook::unregister('jot_networks',     'addon/ijpost/ijpost.php', 'ijpost_jot_nets');
-       Hook::unregister('connector_settings',      'addon/ijpost/ijpost.php', 'ijpost_settings');
-       Hook::unregister('connector_settings_post', 'addon/ijpost/ijpost.php', 'ijpost_settings_post');
-}
-
 function ijpost_jot_nets(\Friendica\App &$a, array &$jotnets_fields)
 {
        if (!local_user()) {