Skip to content

Commit

Permalink
Remove unued globeTranslucencyState from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed May 30, 2020
1 parent 89f762e commit 6c8d1c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Specs/Scene/ScreenSpaceCameraControllerSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { combine } from "../../Source/Cesium.js";
import { Ellipsoid } from "../../Source/Cesium.js";
import { FeatureDetection } from "../../Source/Cesium.js";
import { GeographicProjection } from "../../Source/Cesium.js";
import { GlobeTranslucencyState } from "../../Source/Cesium.js";
import { IntersectionTests } from "../../Source/Cesium.js";
import { KeyboardEventModifier } from "../../Source/Cesium.js";
import { Math as CesiumMath } from "../../Source/Cesium.js";
Expand Down Expand Up @@ -35,7 +34,6 @@ describe("Scene/ScreenSpaceCameraController", function () {
this.mapProjection = new GeographicProjection(ellipsoid);
this.terrainExaggeration = 1.0;
this.screenSpaceCameraController = undefined;
this.globeTranslucencyState = new GlobeTranslucencyState();
this.cameraUnderground = false;
this.globeHeight = 0.0;
}
Expand Down

0 comments on commit 6c8d1c1

Please sign in to comment.