Skip to content

Commit 47b0a4a

Browse files
authored
Merge pull request #3831 from wiwei/removethewarning
Remove the unused variable warning.
2 parents 66d210d + ff5888c commit 47b0a4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/MixedRealityToolkit.Examples/Demos/EyeTracking/Demo_ScrollPanZoom/Scripts/PanZoom_RectTransf.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ public class PanZoom_RectTransf : PanZoomBase_RectTransf
7070
[Range(0, 10)]
7171
private float skimProofUpdateSpeed = 5f;
7272

73-
// The base PanAndZoom class can also be used with UV textures for which the dimensions are different to a RectTransform.
74-
// To allow to keep the speed values that users can assign consistent, let's internally convert the values.
75-
private float convertSpeedToUVSpace = -200.0f;
76-
7773
protected override void Start()
7874
{
7975
// Assigning values to base PanZoom class

0 commit comments

Comments
 (0)