diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 16:48:03 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-03 16:48:03 +0200 |
commit | 0534b54e519f5778ea7a1e2855a3f62d573fad93 (patch) | |
tree | f79f0be931ff7fabc65092bfac84e432a626a5ee /src/common/common.vcxproj | |
parent | faf4575e9a106332d4fa5daf5f4a6572c1d77c20 (diff) |
Remove strlutil
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r-- | src/common/common.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj index 2595912a..b4fa224a 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -33,7 +33,6 @@ <ClInclude Include="server.h" /> <ClInclude Include="servlist.h" /> <ClInclude Include="ssl.h" /> - <ClInclude Include="strlutil.h" /> <ClInclude Include="text.h" /> <ClInclude Include="textenums.h" /> <ClInclude Include="textevents.h" /> @@ -67,7 +66,6 @@ <ClCompile Include="server.c" /> <ClCompile Include="servlist.c" /> <ClCompile Include="ssl.c" /> - <ClCompile Include="strlutil.c" /> <ClCompile Include="text.c" /> <ClCompile Include="thread.c" /> <ClCompile Include="tree.c" /> |