Popups.php: Remove unused top-level variables

Also whitespace.

Change-Id: I126244bb426f898ecbacc7f7c285f8338bf75046
This commit is contained in:
Bartosz Dziewoński 2014-04-22 13:40:21 +02:00 committed by Yuvipanda
parent 82986bb45f
commit 306816b5ff

View file

@ -32,9 +32,6 @@ $wgExtensionCredits['betafeatures'][] = array(
'url' => 'https://www.mediawiki.org/wiki/Extension:Popups',
);
$localBasePath = dirname( __DIR__ ) . '/Popups';
$remoteExtPath = 'Popups';
$wgAutoloadClasses['PopupsHooks'] = __DIR__ . '/Popups.hooks.php';
$wgMessagesDirs['Popups'] = __DIR__ . '/i18n';
$wgExtensionMessagesFiles['Popups'] = __DIR__ . '/Popups.i18n.php';