Skip to content

Commit 000a15e

Browse files
authored
remove commented out code
1 parent 0ab554f commit 000a15e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/PriorityChangeWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ private void btnDone_OnClick(object sender, RoutedEventArgs e)
6262
private void PriorityChangeWindow_Loaded(object sender, RoutedEventArgs e)
6363
{
6464
tbAction.Text = pluginViewModel.Priority.ToString();
65-
//OldPriority.Text = pluginViewModel.Priority.ToString();
6665
tbAction.Focus();
6766
}
6867
private void window_MouseDown(object sender, MouseButtonEventArgs e) /* for close hotkey popup */

0 commit comments

Comments
 (0)