Skip to content

Commit

Permalink
Ah, this class died in a fire
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed Jul 30, 2024
1 parent e710928 commit 36c711d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ namespace Microsoft.Terminal.Settings.Editor
Single Value;
}

runtimeclass FeatureKeyValuePair : Windows.UI.Xaml.Data.INotifyPropertyChanged
{
FeatureKeyValuePair(String featureKey, UInt32 featureValue, Windows.Foundation.Collections.IMap<String, UInt32> baseMap, Windows.Foundation.Collections.IMap<String, String> tagToNameMap);
String FeatureKey;
UInt32 FeatureValue;
Int32 FeatureIndex;
}

runtimeclass AppearanceViewModel : Windows.UI.Xaml.Data.INotifyPropertyChanged
{
Boolean IsDefault;
Expand Down

0 comments on commit 36c711d

Please sign in to comment.