[r34] remove dead code
This commit is contained in:
parent
c494bf293d
commit
6c2c04c602
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue