[r34] remove dead code

This commit is contained in:
Shish 2024-01-09 00:34:32 +00:00
parent c494bf293d
commit 6c2c04c602

View file

@ -71,14 +71,6 @@ class Rule34 extends Extension
}
}
public function onThumbnailGeneration(ThumbnailGenerationEvent $event)
{
# global $database, $user;
# if ($user->can(Permissions::MANAGE_ADMINTOOLS)) {
# $database->notify("shm_image_bans", $event->hash);
# }
}
public function onCommand(CommandEvent $event)
{
global $cache;