microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

GazeRuler: Unused variable warning #153

Closed NeerajW closed 8 years ago

NeerajW commented 8 years ago

Assets/HoloToolkit-Examples/GazeRuler/Scripts/Test/LineTest.cs(15,18): warning CS0414: The private field `LineTest.created' is assigned but its value is never used

Please fix this issue by deleting the unused variable.

ChangweiZhang commented 8 years ago

I have deleted the unused variable and fix the issue. New pull request was cretaed.

NeerajW commented 8 years ago

Thanks for the fix. Merged.