summaryrefslogtreecommitdiff
path: root/vcproj-12/map-server.vcxproj
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-05 18:20:12 +0200
committerHaru <haru@dotalux.com>2014-05-09 08:13:42 +0200
commit1c4e3820d5f4ff9870c28104122f6733db4d55a6 (patch)
tree3857f52c2e34dccf793df0a0dc25527df438e612 /vcproj-12/map-server.vcxproj
parent77a62f8ff263c2e1d1412be5a75f874b1f694d8a (diff)
downloadhercules-1c4e3820d5f4ff9870c28104122f6733db4d55a6.tar.gz
hercules-1c4e3820d5f4ff9870c28104122f6733db4d55a6.tar.bz2
hercules-1c4e3820d5f4ff9870c28104122f6733db4d55a6.tar.xz
hercules-1c4e3820d5f4ff9870c28104122f6733db4d55a6.zip
Removed some unused source files
- I don't believe there's a need to keep them if we're not using them. If and when we will ever need them again, this commit can be easily reverted. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'vcproj-12/map-server.vcxproj')
-rw-r--r--vcproj-12/map-server.vcxproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcproj-12/map-server.vcxproj b/vcproj-12/map-server.vcxproj
index d8e0e2838..9cf4ea72a 100644
--- a/vcproj-12/map-server.vcxproj
+++ b/vcproj-12/map-server.vcxproj
@@ -151,11 +151,9 @@
<ClInclude Include="..\src\common\malloc.h" />
<ClInclude Include="..\src\common\mapindex.h" />
<ClInclude Include="..\src\common\md5calc.h" />
- <ClInclude Include="..\src\common\mempool.h" />
<ClInclude Include="..\src\common\mmo.h" />
<ClInclude Include="..\src\common\mutex.h" />
<ClInclude Include="..\src\common\nullpo.h" />
- <ClInclude Include="..\src\common\raconf.h" />
<ClInclude Include="..\src\common\random.h" />
<ClInclude Include="..\src\common\showmsg.h" />
<ClInclude Include="..\src\common\socket.h" />
@@ -230,10 +228,8 @@
<ClCompile Include="..\src\common\malloc.c" />
<ClCompile Include="..\src\common\mapindex.c" />
<ClCompile Include="..\src\common\md5calc.c" />
- <ClCompile Include="..\src\common\mempool.c" />
<ClCompile Include="..\src\common\mutex.c" />
<ClCompile Include="..\src\common\nullpo.c" />
- <ClCompile Include="..\src\common\raconf.c" />
<ClCompile Include="..\src\common\random.c" />
<ClCompile Include="..\src\common\showmsg.c" />
<ClCompile Include="..\src\common\socket.c" />