mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 15:23:41 +00:00
Ratioed: remove unnecessary uninstall function
This commit is contained in:
parent
38ea90104d
commit
7d5446a778
1 changed files with 0 additions and 9 deletions
|
@ -25,15 +25,6 @@ function ratioed_install()
|
|||
Logger::info("ratioed: installed");
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Uninstallation hook for ratioed plugin
|
||||
*/
|
||||
function ratioed_uninstall() {
|
||||
Hook::unregister('moderation_users_tabs', 'addon/ratioed/ratioed.php', 'ratioed_users_tabs');
|
||||
|
||||
Logger::info("ratioed: uninstalled");
|
||||
}
|
||||
|
||||
/**
|
||||
* This is a statement rather than an actual function definition. The simple
|
||||
* existence of this method is checked to figure out if the addon offers a
|
||||
|
|
Loading…
Reference in a new issue