Remove the unused SHA256 functions.

This commit is contained in:
Jonathan Naylor
2020-08-27 09:00:49 +01:00
parent 98879b5c14
commit 01da0ded7f
10 changed files with 6 additions and 460 deletions

View File

@@ -230,7 +230,6 @@
<ClInclude Include="NXDNSACCH.h" />
<ClInclude Include="SerialController.h" />
<ClInclude Include="SerialPort.h" />
<ClInclude Include="SHA256.h" />
<ClInclude Include="StopWatch.h" />
<ClInclude Include="Sync.h" />
<ClInclude Include="TFTSerial.h" />
@@ -322,7 +321,6 @@
<ClCompile Include="RSSIInterpolator.cpp" />
<ClCompile Include="SerialController.cpp" />
<ClCompile Include="SerialPort.cpp" />
<ClCompile Include="SHA256.cpp" />
<ClCompile Include="StopWatch.cpp" />
<ClCompile Include="Sync.cpp" />
<ClCompile Include="TFTSerial.cpp" />