conceptdev / xamarin-forms-samples

Samples that use Xamarin.Forms (http://xamarin.com/forms)
MIT License
471 stars 657 forks source link

Fix warning about unused variable. #14

Closed jgeewax closed 4 years ago

jgeewax commented 8 years ago

In OnSizeRequest the layout variable wasn't in use, however lastX and lastY were updated via the NaiveLayout call. This commit just removes var layout = to silence compiler warnings about unused variables.