mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +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;
|
||||
|
||||
class ImageMap {
|
||||
public static $id = 0;
|
||||
|
||||
const TOP_RIGHT = 0;
|
||||
const BOTTOM_RIGHT = 1;
|
||||
|
|
Loading…
Reference in a new issue