cleanup unused code

This commit is contained in:
Vova
2024-01-21 07:44:19 +02:00
parent 7ad95d9754
commit 61eb987642
6 changed files with 118 additions and 21 deletions
@@ -32,6 +32,5 @@ namespace TV_Player.ViewModels
control.DataContext = viewModel;
_mainViewModel.Control = control;
}
}
}