Remove unused class var

This commit is contained in:
eric1tran 2021-02-22 21:59:36 +00:00
parent 3773acf4c0
commit b84f427732
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ function PlaneObject(icao) {
this.markerStaticIcon = null;
this.markerStyleKey = null;
this.markerSvgKey = null;
this.markerLabel = null;
this.filter = {};
// start from a computed registration, let the DB override it