Remove unused setting $wgImageMagickIdentifyCommand
authorThis, that and the other <at.light@live.com.au>
Sun, 16 Feb 2014 05:40:06 +0000 (16:40 +1100)
committerTTO <at.light@live.com.au>
Sun, 16 Feb 2014 05:44:57 +0000 (05:44 +0000)
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

index dd76a04..dfe531c 100644 (file)
@@ -883,11 +883,6 @@ $wgUseImageMagick = false;
  */
 $wgImageMagickConvertCommand = '/usr/bin/convert';
 
-/**
- * The identify command shipped with ImageMagick
- */
-$wgImageMagickIdentifyCommand = '/usr/bin/identify';
-
 /**
  * Sharpening parameter to ImageMagick
  */