From 7ecc2364b0f62888fd25aa318e90ad86d5e4c7d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 27 Sep 2005 19:48:54 +0000 Subject: [PATCH] * whitespace --- includes/Defines.php | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.20.1