Skip to content

Commit

Permalink
Update manager removal continue
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongTang committed Jan 22, 2024
1 parent a48b686 commit 827ceb8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions src/DynamoCore/Models/DynamoModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1281,11 +1281,6 @@ public virtual void PostTraceReconciliation(Dictionary<Guid, List<string>> orpha
// Override in derived classes to deal with orphaned serializables.
}

void UpdateManager_Log(LogEventArgs args)
{
Logger.Log(args.Message, args.Level);
}

/// <summary>
/// LibraryLoaded event handler.
/// </summary>
Expand Down
5 changes: 0 additions & 5 deletions src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -911,11 +911,6 @@ private void UnsubscribeLoggerEvents()
model.Logger.PropertyChanged -= Instance_PropertyChanged;
}

private void UnsubscribeUpdateManagerEvents()
{

}

private void SubscribeModelUiEvents()
{
model.RequestBugReport += ReportABug;
Expand Down
10 changes: 0 additions & 10 deletions src/DynamoCoreWpf/Views/Core/DynamoView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,16 +693,6 @@
Command="{Binding MutateTestDelegateCommand}"
CommandParameter="{Binding Path=HomeSpaceViewModel.RunSettingsViewModel.RunInDebug}"
IsEnabled="{Binding Path=HomeSpaceViewModel.RunSettingsViewModel.RunButtonEnabled}"></MenuItem>
<MenuItem Name="CheckDailyBuilds"
Header="{x:Static p:Resources.DynamoViewDebugMenuCheckDailyBuild}"
DataContext="{Binding Path=Model.UpdateManager}"
IsCheckable="True"
IsChecked="{Binding Path=CheckNewerDailyBuilds, Mode=TwoWay}"></MenuItem>
<MenuItem Name="ForceUpdate"
Header="{x:Static p:Resources.DynamoViewDebugMenuForceUpdate}"
DataContext="{Binding Path=Model.UpdateManager}"
IsCheckable="True"
IsChecked="{Binding Path=ForceUpdate, Mode=TwoWay}" />
<MenuItem Header="{x:Static p:Resources.DynamoViewDebugMenuDumpLibrary}"
Command="{Binding DumpLibraryToXmlCommand}"
IsEnabled="True" />
Expand Down

0 comments on commit 827ceb8

Please sign in to comment.