Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 9ec6c99

Browse files
committed
Remove MD5 - don't need it after all
1 parent cc087de commit 9ec6c99

File tree

5 files changed

+0
-474
lines changed

5 files changed

+0
-474
lines changed

RTEA.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,6 @@
398398
<ClInclude Include="System\Vector.h" />
399399
<ClInclude Include="System\Writer.h" />
400400
<ClInclude Include="System\MicroPather\micropather.h" />
401-
<ClInclude Include="System\MD5\md5.h" />
402401
<ClInclude Include="Managers\AchievementMan.h" />
403402
<ClInclude Include="Managers\ActivityMan.h" />
404403
<ClInclude Include="Managers\AudioMan.h" />
@@ -651,7 +650,6 @@
651650
<ClCompile Include="System\DDTTools.cpp" />
652651
<ClCompile Include="System\Matrix.cpp" />
653652
<ClCompile Include="System\MicroPather\micropather.cpp" />
654-
<ClCompile Include="System\MD5\md5.cpp" />
655653
<ClCompile Include="System\PathFinder.cpp" />
656654
<ClCompile Include="System\Reader.cpp" />
657655
<ClCompile Include="System\System.cpp" />

RTEA.vcxproj.filters

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<Filter Include="System\MicroPather">
1111
<UniqueIdentifier>{d7921341-db26-4b59-b590-1cd922940032}</UniqueIdentifier>
1212
</Filter>
13-
<Filter Include="System\MD5">
14-
<UniqueIdentifier>{2895a2d1-cae8-4fa4-9ad8-40f708b86d00}</UniqueIdentifier>
15-
</Filter>
1613
<Filter Include="Managers">
1714
<UniqueIdentifier>{777a2010-7ae7-41e7-8d10-1a3d2e6b3001}</UniqueIdentifier>
1815
</Filter>
@@ -102,9 +99,6 @@
10299
<ClInclude Include="System\MicroPather\micropather.h">
103100
<Filter>System\MicroPather</Filter>
104101
</ClInclude>
105-
<ClInclude Include="System\MD5\md5.h">
106-
<Filter>System\MD5</Filter>
107-
</ClInclude>
108102
<ClInclude Include="Managers\AchievementMan.h">
109103
<Filter>Managers</Filter>
110104
</ClInclude>
@@ -989,9 +983,6 @@
989983
<ClCompile Include="System\MicroPather\micropather.cpp">
990984
<Filter>System\MicroPather</Filter>
991985
</ClCompile>
992-
<ClCompile Include="System\MD5\md5.cpp">
993-
<Filter>System\MD5</Filter>
994-
</ClCompile>
995986
<ClCompile Include="Managers\AchievementMan.cpp">
996987
<Filter>Managers</Filter>
997988
</ClCompile>

System/MD5/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)