fixed warnings

This commit is contained in:
Ben Wallis
2019-04-10 21:21:03 +01:00
parent ab7cbf5ce4
commit cb6b61c66c
2 changed files with 0 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ namespace Filtration.ThemeEditor.ViewModels
{
RelayCommand<ThemeComponentType> AddThemeComponentCommand { get; }
RelayCommand<ThemeComponent> DeleteThemeComponentCommand { get; }
RelayCommand CloseCommand { get; }
void InitialiseForNewTheme(ThemeComponentCollection themeComponentCollection);
void InitialiseForMasterTheme(IItemFilterScript script);