Ratioed: remove unnecessary uninstall function

This commit is contained in:
Matthew Exon 2024-06-23 15:15:06 +02:00
parent 38ea90104d
commit 7d5446a778

View file

@ -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