1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00

This wasn't usd anywhere.

This commit is contained in:
Michael Foster 2013-08-16 21:46:51 +10:00
parent 0f2497a5f6
commit 57e69268ef

View File

@ -463,10 +463,6 @@ class Thread {
return $built;
}
public function ratio() {
return fraction($this->filex, $this->filey, ':');
}
public function build($index=false) {
global $board, $config, $debug;