From 57e69268ef3ae4756e09778e5e599adddb51756d Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Fri, 16 Aug 2013 21:46:51 +1000 Subject: [PATCH] This wasn't usd anywhere. --- inc/display.php | 4 ---- 1 file changed, 4 deletions(-) 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;