]> git.mxchange.org Git - friendica-addons.git/blobdiff - numfriends/numfriends.php
Rendertime: possibility to define a minimal value for displaying the execution times
[friendica-addons.git] / numfriends / numfriends.php
index 6ee3956ba9f18d01b8539acfaa02e6997a1cd7bf..f12badeb40a5cd4f4811256c8c494c8b5343734a 100644 (file)
@@ -17,16 +17,6 @@ function numfriends_install() {
        Logger::log("installed numfriends");
 }
 
-
-function numfriends_uninstall() {
-
-       Hook::unregister('addon_settings', 'addon/numfriends/numfriends.php', 'numfriends_settings');
-       Hook::unregister('addon_settings_post', 'addon/numfriends/numfriends.php', 'numfriends_settings_post');
-
-
-       Logger::log("removed numfriends");
-}
-
 /**
  *
  * Callback from the settings post function.