From: Ævar Arnfjörð Bjarmason Date: Tue, 27 Sep 2005 19:48:54 +0000 (+0000) Subject: * whitespace X-Git-Tag: 1.6.0~1570 X-Git-Url: http://git.cyclocoop.org/geomaker.php?a=commitdiff_plain;h=7ecc2364b0f62888fd25aa318e90ad86d5e4c7d3;p=lhc%2Fweb%2Fwiklou.git * whitespace --- diff --git a/includes/Defines.php b/includes/Defines.php index 155de62c90..b2376094e6 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -96,7 +96,6 @@ define( 'CACHE_ACCEL', 3 ); // eAccelerator or Turck, whichever is availabl * Media types. * This defines constants for the value returned by Image::getMediaType() */ - define( 'MEDIATYPE_UNKNOWN', 'UNKNOWN' ); // unknown format define( 'MEDIATYPE_BITMAP', 'BITMAP' ); // some bitmap image or image source (like psd, etc). Can't scale up. define( 'MEDIATYPE_DRAWING', 'DRAWING' ); // some vector drawing (SVG, WMF, PS, ...) or image source (oo-draw, etc). Can scale up. @@ -112,7 +111,6 @@ define( 'MEDIATYPE_ARCHIVE', 'ARCHIVE' ); // archive file (zip, tar, etc) /**#@+ * Antivirus result codes, for use in $wgAntivirusSetup. */ - define( 'AV_NO_VIRUS', 0 ); #scan ok, no virus found define( 'AV_VIRUS_FOUND', 1 ); #virus found! define( 'AV_SCAN_ABORTED', -1 ); #scan aborted, the file is probably imune