mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-12-18 00:30:33 +00:00
Remove unused $id property
Unused since Ia906b46 (March 2019, not linked to a Phabricator ticket). Change-Id: Ie57b9da09a840eacac3eff2f7794fa9e352f28da
This commit is contained in:
parent
74bcec0dd7
commit
da2838adfc
|
@ -32,7 +32,6 @@ use Title;
|
||||||
use Xml;
|
use Xml;
|
||||||
|
|
||||||
class ImageMap {
|
class ImageMap {
|
||||||
public static $id = 0;
|
|
||||||
|
|
||||||
const TOP_RIGHT = 0;
|
const TOP_RIGHT = 0;
|
||||||
const BOTTOM_RIGHT = 1;
|
const BOTTOM_RIGHT = 1;
|
||||||
|
|
Loading…
Reference in a new issue