diff --git a/inc/display.php b/inc/display.php index ee600ed3..c4e09eab 100644 --- a/inc/display.php +++ b/inc/display.php @@ -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;