diff options
author | Haru <haru@dotalux.com> | 2014-05-05 18:20:12 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-09 08:13:42 +0200 |
commit | 1c4e3820d5f4ff9870c28104122f6733db4d55a6 (patch) | |
tree | 3857f52c2e34dccf793df0a0dc25527df438e612 /vcproj-10/login-server.vcxproj | |
parent | 77a62f8ff263c2e1d1412be5a75f874b1f694d8a (diff) | |
download | hercules-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-10/login-server.vcxproj')
-rw-r--r-- | vcproj-10/login-server.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcproj-10/login-server.vcxproj b/vcproj-10/login-server.vcxproj index 17538db85..ea7279bcb 100644 --- a/vcproj-10/login-server.vcxproj +++ b/vcproj-10/login-server.vcxproj @@ -139,9 +139,7 @@ <ClInclude Include="..\3rdparty\libconfig\strbuf.h" /> <ClInclude Include="..\3rdparty\libconfig\wincompat.h" /> <ClInclude Include="..\src\common\conf.h" /> - <ClInclude Include="..\src\common\mempool.h" /> <ClInclude Include="..\src\common\mutex.h" /> - <ClInclude Include="..\src\common\raconf.h" /> <ClInclude Include="..\src\common\thread.h" /> <ClInclude Include="..\src\common\winapi.h" /> <ClInclude Include="..\src\login\account.h" /> @@ -176,9 +174,7 @@ <ClCompile Include="..\3rdparty\libconfig\scanner.c" /> <ClCompile Include="..\3rdparty\libconfig\strbuf.c" /> <ClCompile Include="..\src\common\conf.c" /> - <ClCompile Include="..\src\common\mempool.c" /> <ClCompile Include="..\src\common\mutex.c" /> - <ClCompile Include="..\src\common\raconf.c" /> <ClCompile Include="..\src\common\thread.c" /> <ClCompile Include="..\src\login\account_sql.c" /> <ClCompile Include="..\src\login\ipban_sql.c" /> |