Remove incorrect and unused variables

This commit is contained in:
Hamish Coleman 2023-05-07 22:23:16 +01:00
parent d0b0f3a2e8
commit 7bab59ea0a
3 changed files with 0 additions and 11 deletions

View File

@ -217,10 +217,6 @@
RelativePath="..\..\twofish.c"
>
</File>
<File
RelativePath="..\version-msvc.c"
>
</File>
<File
RelativePath="..\wintap.c"
>

View File

@ -179,10 +179,6 @@
RelativePath="..\..\sn.c"
>
</File>
<File
RelativePath="..\version-msvc.c"
>
</File>
<File
RelativePath="..\wintap.c"
>

View File

@ -1,3 +0,0 @@
const char * n2n_sw_version = "2.0.0";
const char * n2n_sw_osName = "Win32";
const char * n2n_sw_buildDate = __DATE__ " " __TIME__;