1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Remove obsolete Room::getCache()

This commit is contained in:
Tim Düsterhus 2013-05-26 16:22:40 +02:00
parent 65f6f8d7b7
commit eec0eefe0b

View File

@ -92,13 +92,6 @@ public function canWrite(\wcf\data\user\User $user = null) {
return $canWrite || $ph->getPermission($this, 'mod.canAlwaysWrite');
}
/**
* Loads the room cache.
*/
public static function getCache() {
return \chat\system\cache\builder\RoomCacheBuilder::getInstance()->getData();
}
/**
* Returns the ID of this chat-room.
*