Skip to content

Commit

Permalink
Factor: Remove unsupported TaskbarPage in UWPExample
Browse files Browse the repository at this point in the history
  • Loading branch information
HO-COOH committed Oct 2, 2024
1 parent 719a606 commit c7e2508
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 109 deletions.
7 changes: 1 addition & 6 deletions UWPExample/MainPage.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ namespace winrt::UWPExample::implementation
{
struct MainPage : MainPageT<MainPage>
{
MainPage()
{
// Xaml objects should not call InitializeComponent during construction.
// See https://github.com/microsoft/cppwinrt/tree/master/nuget#initializecomponent
}
MainPage() = default;

void NavigationView_SelectionChanged(
winrt::Microsoft::UI::Xaml::Controls::NavigationView const& sender,
Expand All @@ -34,7 +30,6 @@ namespace winrt::UWPExample::implementation
{L"CursorControllerPage", winrt::xaml_typename<UWPExample::CursorControllerPage>()},
{L"ConvertersPage", winrt::xaml_typename<UWPExample::ConvertersPage>()},
{L"BadgePage", winrt::xaml_typename<UWPExample::BadgePage>()},
{L"TaskbarPage", winrt::xaml_typename<UWPExample::TaskbarPage>()},
{L"TriggersPage", winrt::xaml_typename<UWPExample::TriggersPage>()},
{L"GroupBoxPage", winrt::xaml_typename<UWPExample::GroupBoxPage>()},
{L"CharmBarPage", winrt::xaml_typename<UWPExample::CharmBarPage>()},
Expand Down
34 changes: 0 additions & 34 deletions UWPExample/TaskbarPage.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions UWPExample/TaskbarPage.h

This file was deleted.

8 changes: 0 additions & 8 deletions UWPExample/TaskbarPage.idl

This file was deleted.

19 changes: 0 additions & 19 deletions UWPExample/TaskbarPage.xaml

This file was deleted.

15 changes: 0 additions & 15 deletions UWPExample/UWPExample.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,6 @@
<DependentUpon>ShimmerPage.xaml</DependentUpon>
<SubType>Code</SubType>
</ClInclude>
<ClInclude Include="TaskbarPage.h">
<DependentUpon>TaskbarPage.xaml</DependentUpon>
<SubType>Code</SubType>
</ClInclude>
<ClInclude Include="TilesPage.h">
<DependentUpon>TilesPage.xaml</DependentUpon>
<SubType>Code</SubType>
Expand Down Expand Up @@ -431,9 +427,6 @@
<Page Include="ShimmerPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="TaskbarPage.xaml">
<SubType>Designer</SubType>
</Page>
<Page Include="TilesPage.xaml">
<SubType>Designer</SubType>
</Page>
Expand Down Expand Up @@ -588,10 +581,6 @@
<DependentUpon>ShimmerPage.xaml</DependentUpon>
<SubType>Code</SubType>
</ClCompile>
<ClCompile Include="TaskbarPage.cpp">
<DependentUpon>TaskbarPage.xaml</DependentUpon>
<SubType>Code</SubType>
</ClCompile>
<ClCompile Include="TilesPage.cpp">
<DependentUpon>TilesPage.xaml</DependentUpon>
<SubType>Code</SubType>
Expand Down Expand Up @@ -694,10 +683,6 @@
<DependentUpon>ShimmerPage.xaml</DependentUpon>
<SubType>Code</SubType>
</Midl>
<Midl Include="TaskbarPage.idl">
<DependentUpon>TaskbarPage.xaml</DependentUpon>
<SubType>Code</SubType>
</Midl>
<Midl Include="TilesPage.idl">
<DependentUpon>TilesPage.xaml</DependentUpon>
<SubType>Code</SubType>
Expand Down
3 changes: 0 additions & 3 deletions UWPExample/UWPExample.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<Page Include="BadgePage.xaml">
<Filter>Pages</Filter>
</Page>
<Page Include="TaskbarPage.xaml">
<Filter>Pages</Filter>
</Page>
<Page Include="TriggersPage.xaml">
<Filter>Pages</Filter>
</Page>
Expand Down

0 comments on commit c7e2508

Please sign in to comment.