mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Removed some vestigial members
This commit is contained in:
parent
9eec82be0d
commit
af7357e500
@ -28,8 +28,6 @@ namespace Wabbajack
|
||||
|
||||
public FilePickerVM ModListLocation { get; }
|
||||
|
||||
public IReactiveCommand BeginCommand { get; }
|
||||
|
||||
[Reactive]
|
||||
public ACompiler ActiveCompilation { get; private set; }
|
||||
|
||||
|
@ -20,8 +20,6 @@ namespace Wabbajack
|
||||
|
||||
private readonly VortexCompilationSettings _settings;
|
||||
|
||||
public IReactiveCommand BeginCommand { get; }
|
||||
|
||||
private readonly ObservableAsPropertyHelper<ModlistSettingsEditorVM> _modListSettings;
|
||||
public ModlistSettingsEditorVM ModlistSettings => _modListSettings.Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user