From: Siebrand Mazeland Date: Sun, 24 Nov 2013 18:51:41 +0000 (+0100) Subject: Remove commented out code X-Git-Tag: 1.31.0-rc.0~17836^2~4 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=77226ddee79d239324e84df790181ebe54f6037b;p=lhc%2Fweb%2Fwiklou.git Remove commented out code Change-Id: I5989410f8b97508b2b9a3af81f276a58bb18005a --- diff --git a/includes/gallery/ImageGalleryBase.php b/includes/gallery/ImageGalleryBase.php index e46916e666..f1275b3038 100644 --- a/includes/gallery/ImageGalleryBase.php +++ b/includes/gallery/ImageGalleryBase.php @@ -323,9 +323,4 @@ abstract class ImageGalleryBase extends ContextSource { ? $this->mParser->getTargetLanguage() : $this->getLanguage(); } - /* Old constants no longer used. - const THUMB_PADDING = 30; - const GB_PADDING = 5; - const GB_BORDERS = 8; - */ }