Skip to content

Commit 194d359

Browse files
committed
remove few unused fields in demo scripts to get rid of warning messages
1 parent ad01b7f commit 194d359

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Runtime/Mapbox/DirectionsApi/Samples~/DirectionsApiDemo/Scripts/DirectionScript.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public class DirectionScript : MonoBehaviour
3737
private GameObject startMarker;
3838
private GameObject finishMarker;
3939
private List<GameObject> _gos;
40-
private float _goScale = 50;
4140
private Material _material;
4241

4342
public RoutingProfile.RoutingProfileOptions RoutingOption;

Runtime/Mapbox/GeocodingApi/Samples~/GeocodingApiDemo/Geocoder.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ public class Geocoder : MonoBehaviour
2828
private LatitudeLongitude FirstLatLng;
2929
private Vector3 SecondPoint;
3030
private LatitudeLongitude SecondLatLng;
31-
private bool IsFirstPointSet = false;
32-
private bool IsSecondPointSet = false;
3331
private string _currentValue;
3432

3533
public void Start()

0 commit comments

Comments
 (0)