Skip to content

Commit

Permalink
dep/rcheevos: Hash functions are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Jun 24, 2024
1 parent 1a2ad89 commit 17d4595
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions dep/rcheevos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ add_library(rcheevos
src/rc_compat.h
src/rc_util.c
src/rc_version.h
src/rhash/cdreader.c
src/rhash/hash.c
src/rhash/md5.c
src/rhash/md5.h
src/rurl/url.c
Expand Down
2 changes: 0 additions & 2 deletions dep/rcheevos/rcheevos.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<ClCompile Include="src\rc_client.c" />
<ClCompile Include="src\rc_compat.c" />
<ClCompile Include="src\rc_util.c" />
<ClCompile Include="src\rhash\cdreader.c" />
<ClCompile Include="src\rhash\hash.c" />
<ClCompile Include="src\rhash\md5.c" />
<ClCompile Include="src\rurl\url.c" />
</ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions dep/rcheevos/rcheevos.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
<ClCompile Include="src\rhash\md5.c">
<Filter>rhash</Filter>
</ClCompile>
<ClCompile Include="src\rhash\cdreader.c">
<Filter>rhash</Filter>
</ClCompile>
<ClCompile Include="src\rhash\hash.c">
<Filter>rhash</Filter>
</ClCompile>
<ClCompile Include="src\rapi\rc_api_editor.c">
<Filter>rapi</Filter>
</ClCompile>
Expand Down

0 comments on commit 17d4595

Please sign in to comment.