From 3ef77d05edc1400b32fc933e7ab82d54365a5c89 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Sun, 17 Aug 2014 10:09:30 +0200 Subject: [PATCH] WeatherInformation WP8: remove some TODO comments --- .../WeatherInformation/WeatherInformation/SettingsPage.xaml.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs b/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs index ce2756a..8bea81b 100644 --- a/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs +++ b/WindowsPhone/WeatherInformation/WeatherInformation/SettingsPage.xaml.cs @@ -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; -- 2.1.4