From 4a293e11a3a7fe2a9e7f650a59beb146a9566716 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 4 Aug 2011 22:34:26 +0000 Subject: [PATCH] Followup r93928: forgot to remove this --- tests/phpunit/includes/api/RandomImageGenerator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/phpunit/includes/api/RandomImageGenerator.php b/tests/phpunit/includes/api/RandomImageGenerator.php index a020f3dec1..12ffd4550d 100644 --- a/tests/phpunit/includes/api/RandomImageGenerator.php +++ b/tests/phpunit/includes/api/RandomImageGenerator.php @@ -32,7 +32,6 @@ class RandomImageGenerator { private $minHeight = 400; private $maxHeight = 800; private $shapesToDraw = 5; - private $imageWriteMethod; /** * Orientations: 0th row, 0th column, EXIF orientation code, rotation 2x2 matrix that is opposite of orientation -- 2.20.1