Browse Source

Remove incorrect and unused variables

pull/1105/head
Hamish Coleman 1 year ago
parent
commit
7bab59ea0a
  1. 4
      win32/DotNet/n2n.vcproj
  2. 4
      win32/DotNet/supernode.vcproj
  3. 3
      win32/version-msvc.c

4
win32/DotNet/n2n.vcproj

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

4
win32/DotNet/supernode.vcproj

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

3
win32/version-msvc.c

@ -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__;
Loading…
Cancel
Save