mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 09:00:29 +01:00
MapboxGlMap: remove unused state variables
This commit is contained in:
parent
7ff0524bb7
commit
84654e81af
1 changed files with 0 additions and 3 deletions
|
@ -77,9 +77,6 @@ export default class MapboxGlMap extends React.Component {
|
||||||
this.state = {
|
this.state = {
|
||||||
map: null,
|
map: null,
|
||||||
inspect: null,
|
inspect: null,
|
||||||
isPopupOpen: false,
|
|
||||||
popupX: 0,
|
|
||||||
popupY: 0,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue