mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +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 = {
|
||||
map: null,
|
||||
inspect: null,
|
||||
isPopupOpen: false,
|
||||
popupX: 0,
|
||||
popupY: 0,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue