Skip to content

Commit

Permalink
dev: Remove StagedImagesListener.
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin42 committed Oct 7, 2024
1 parent a5b3e64 commit 28824f6
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion windows/PhotobookNet/TableContentPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public UISelectionIndex()
/// <summary>
/// The page that displays the content of the photobook.
/// </summary>
public sealed partial class TableContentPage : Page, PhotobookListener, StagedImagesListener
public sealed partial class TableContentPage : Page, PhotobookListener
{

ObservableCollection<string> mNavigationItemsCollection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@
<ClInclude Include="PaperSettings.h">
<DependentUpon>PaperSettings.idl</DependentUpon>
</ClInclude>
<ClInclude Include="StagedImagesListener.h">
<DependentUpon>StagedImagesListener.idl</DependentUpon>
</ClInclude>
<ClInclude Include="VICollectionStatefulIterator.h">
<DependentUpon>VICollectionStatefulIterator.idl</DependentUpon>
</ClInclude>
Expand Down Expand Up @@ -251,9 +248,6 @@
<ClCompile Include="StagedImages.cpp">
<DependentUpon>StagedImages.idl</DependentUpon>
</ClCompile>
<ClCompile Include="StagedImagesListener.cpp">
<DependentUpon>StagedImagesListener.idl</DependentUpon>
</ClCompile>
<ClCompile Include="VICollectionStatefulIterator.cpp">
<DependentUpon>VICollectionStatefulIterator.idl</DependentUpon>
</ClCompile>
Expand All @@ -277,7 +271,6 @@
<Midl Include="ImageViews.idl" />
<Midl Include="Settings.idl" />
<Midl Include="PaperSettings.idl" />
<Midl Include="StagedImagesListener.idl" />
<Midl Include="VICollectionStatefulIterator.idl" />
<Midl Include="VirtualImagePtr.idl" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<ClCompile Include="VirtualImagePtr.cpp" />
<ClCompile Include="Settings.cpp" />
<ClCompile Include="PaperSettings.cpp" />
<ClCompile Include="Project.cpp" />
<ClCompile Include="ProjectMetadataEntry.cpp" />
<ClCompile Include="VICollectionStatefulIterator.cpp" />
<ClCompile Include="StagedImagesListener.cpp" />
Expand Down Expand Up @@ -61,7 +60,6 @@
<Midl Include="ImageMonitor.idl" />
<Midl Include="ImageViews.idl" />
<Midl Include="PaperSettings.idl" />
<Midl Include="StagedImagesListener.idl" />
<Midl Include="Int32Pair.idl" />
<Midl Include="CollageTemplateInfo.idl" />
<Midl Include="LutIconInfo.idl" />
Expand Down
2 changes: 0 additions & 2 deletions windows/PhotobookRuntimeComponent/PhotobookWin.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "VirtualImagePtr.g.h"
#include "VirtualImagePtr.h"

#include "StagedImagesListener.h"

#include <pb/PhotoBook.h>
#include <pb/image/ImageFactory.h>

Expand Down
1 change: 0 additions & 1 deletion windows/PhotobookRuntimeComponent/PhotobookWin.idl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "PhotobookListener.idl";
import "Settings.idl";
import "VirtualImagePtr.idl";
import "ImageMonitor.idl";
import "StagedImagesListener.idl";
import "CollageTemplateInfo.idl";
import "PaperSettings.idl";
import "LutIconInfo.idl";
Expand Down
2 changes: 0 additions & 2 deletions windows/PhotobookRuntimeComponent/StagedImagesListener.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions windows/PhotobookRuntimeComponent/StagedImagesListener.h

This file was deleted.

10 changes: 0 additions & 10 deletions windows/PhotobookRuntimeComponent/StagedImagesListener.idl

This file was deleted.

0 comments on commit 28824f6

Please sign in to comment.