Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12017 from Dentomologist/remove_unused_flowlayout
QtUtils: Remove unused FlowLayout
  • Loading branch information
JosJuice committed Jul 9, 2023
2 parents 90b1f5c + 6fe3cfe commit bd90f6b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 225 deletions.
2 changes: 0 additions & 2 deletions Source/Core/DolphinQt/CMakeLists.txt
Expand Up @@ -284,8 +284,6 @@ add_executable(dolphin-emu
QtUtils/ElidedButton.h
QtUtils/FileOpenEventFilter.cpp
QtUtils/FileOpenEventFilter.h
QtUtils/FlowLayout.cpp
QtUtils/FlowLayout.h
QtUtils/ImageConverter.cpp
QtUtils/ImageConverter.h
QtUtils/ModalMessageBox.cpp
Expand Down
2 changes: 0 additions & 2 deletions Source/Core/DolphinQt/DolphinQt.vcxproj
Expand Up @@ -184,7 +184,6 @@
<ClCompile Include="QtUtils\DoubleClickEventFilter.cpp" />
<ClCompile Include="QtUtils\ElidedButton.cpp" />
<ClCompile Include="QtUtils\FileOpenEventFilter.cpp" />
<ClCompile Include="QtUtils\FlowLayout.cpp" />
<ClCompile Include="QtUtils\ImageConverter.cpp" />
<ClCompile Include="QtUtils\ModalMessageBox.cpp" />
<ClCompile Include="QtUtils\NonDefaultQPushButton.cpp" />
Expand Down Expand Up @@ -240,7 +239,6 @@
<ClInclude Include="GBAHost.h" />
<ClInclude Include="QtUtils\ActionHelper.h" />
<ClInclude Include="QtUtils\DolphinFileDialog.h" />
<ClInclude Include="QtUtils\FlowLayout.h" />
<ClInclude Include="QtUtils\ImageConverter.h" />
<ClInclude Include="QtUtils\ModalMessageBox.h" />
<ClInclude Include="QtUtils\NonDefaultQPushButton.h" />
Expand Down
176 changes: 0 additions & 176 deletions Source/Core/DolphinQt/QtUtils/FlowLayout.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions Source/Core/DolphinQt/QtUtils/FlowLayout.h

This file was deleted.

0 comments on commit bd90f6b

Please sign in to comment.