Code cleanup (ter)

This commit is contained in:
Geoffroy BONNEVILLE
2020-04-08 16:38:38 +02:00
parent 1046110dd2
commit 752e96884d
2 changed files with 0 additions and 13 deletions

View File

@@ -71,8 +71,6 @@ namespace ModernKeePass.Views
default:
var entry = listView?.SelectedItem as Application.Entry.Models.EntryVm;
Model.SetEntry(entry, index);
/*StackPanel.DataContext = entry;
TopGrid.DataContext = entry;*/
break;
}
}