Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Jan 27, 2022
1 parent c42178d commit 54eda74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/cascadia/TerminalSettingsEditor/MainPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -590,11 +590,6 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
_Navigate(newSelectedItem.try_as<MUX::Controls::NavigationViewItem>().Tag().try_as<Editor::ProfileViewModel>(), BreadcrumbSubPage::None);
}

bool MainPage::ShowBaseLayerMenuItem() const noexcept
{
return Feature_ShowProfileDefaultsInSettings::IsEnabled();
}

IObservableVector<IInspectable> MainPage::Breadcrumbs() noexcept
{
return _breadcrumbs;
Expand Down
1 change: 0 additions & 1 deletion src/cascadia/TerminalSettingsEditor/MainPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ namespace winrt::Microsoft::Terminal::Settings::Editor::implementation
bool TryPropagateHostingWindow(IInspectable object) noexcept;
uint64_t GetHostingWindow() const noexcept;

bool ShowBaseLayerMenuItem() const noexcept;
Windows::Foundation::Collections::IObservableVector<IInspectable> Breadcrumbs() noexcept;

TYPED_EVENT(OpenJson, Windows::Foundation::IInspectable, Model::SettingsTarget);
Expand Down
1 change: 0 additions & 1 deletion src/cascadia/TerminalSettingsEditor/MainPage.idl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ namespace Microsoft.Terminal.Settings.Editor
// Let's just smuggle the HWND in as a UInt64 :|
void SetHostingWindow(UInt64 window);

Boolean ShowBaseLayerMenuItem { get; };
Windows.Foundation.Collections.IObservableVector<IInspectable> Breadcrumbs { get; };
}
}

0 comments on commit 54eda74

Please sign in to comment.