Removed some vestigial members

This commit is contained in:
Justin Swanson 2020-01-03 21:27:09 -06:00
parent 9eec82be0d
commit af7357e500
2 changed files with 0 additions and 4 deletions

View File

@ -28,8 +28,6 @@ namespace Wabbajack
public FilePickerVM ModListLocation { get; }
public IReactiveCommand BeginCommand { get; }
[Reactive]
public ACompiler ActiveCompilation { get; private set; }

View File

@ -20,8 +20,6 @@ namespace Wabbajack
private readonly VortexCompilationSettings _settings;
public IReactiveCommand BeginCommand { get; }
private readonly ObservableAsPropertyHelper<ModlistSettingsEditorVM> _modListSettings;
public ModlistSettingsEditorVM ModlistSettings => _modListSettings.Value;