Skip to content

Commit

Permalink
Remove stb reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chreden committed May 9, 2024
1 parent ac61cc7 commit ff3fc68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion trview/trview.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\external\imgui\imstb_truetype.h" />
<ClInclude Include="stdafx.h" />
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions trview/trview.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="stdafx.h" />
<ClInclude Include="..\external\imgui\imstb_truetype.h">
<Filter>ImGui</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp" />
Expand Down

0 comments on commit ff3fc68

Please sign in to comment.