WeatherInformation WP8: remove some TODO comments
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 08:09:30 +0000 (10:09 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Sun, 17 Aug 2014 08:09:30 +0000 (10:09 +0200)
WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs

index ce2756a..8bea81b 100644 (file)
@@ -31,7 +31,6 @@ namespace WeatherInformation
         {
             ListPicker listPicker = sender as ListPicker;
 
-            // TODO: with LINQ :(
             int index = listPicker.SelectedIndex;
             var item = listPicker.Items[index];
             listPicker.SelectedItem = item;
@@ -46,7 +45,6 @@ namespace WeatherInformation
         {
             ListPicker listPicker = sender as ListPicker;
 
-            // TODO: with LINQ :(
             int index = listPicker.SelectedIndex;
             var item = listPicker.Items[index];
             listPicker.SelectedItem = item;
@@ -56,7 +54,6 @@ namespace WeatherInformation
         {
             ListPicker listPicker = sender as ListPicker;
 
-            // TODO: with LINQ :(
             int index = listPicker.SelectedIndex;
             var item = listPicker.Items[index];
             listPicker.SelectedItem = item;