From 492e9569bce2028b39092b06160621cb6649db06 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Sun, 16 Feb 2014 16:40:06 +1100 Subject: [PATCH] Remove unused setting $wgImageMagickIdentifyCommand No need to deprecate first, as it is simply unused. It was added in r107351, and its only usage was removed in r108141. Change-Id: Ie95d8b707ac1ff2fe2a9bae6d5f77ba68b4291ad --- includes/DefaultSettings.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index dd76a048d8..dfe531cd38 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -883,11 +883,6 @@ $wgUseImageMagick = false; */ $wgImageMagickConvertCommand = '/usr/bin/convert'; -/** - * The identify command shipped with ImageMagick - */ -$wgImageMagickIdentifyCommand = '/usr/bin/identify'; - /** * Sharpening parameter to ImageMagick */ -- 2.20.1