diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-09 16:47:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-09 16:47:29 +0000 |
commit | 7631eb2bd88bde41d392a5f4780ceb0e946cae37 (patch) | |
tree | 9402114837e91335c997c8e60ec559b53b1b8729 /src/core/stdchat/stdchat_12.vcxproj | |
parent | 8443745824420146668240740ae08c647ba84b4a (diff) |
unused module removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat/stdchat_12.vcxproj')
-rw-r--r-- | src/core/stdchat/stdchat_12.vcxproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/stdchat/stdchat_12.vcxproj b/src/core/stdchat/stdchat_12.vcxproj index 0912c9dd3d..1f8f705220 100644 --- a/src/core/stdchat/stdchat_12.vcxproj +++ b/src/core/stdchat/stdchat_12.vcxproj @@ -211,9 +211,6 @@ <ClCompile Include="src\manager.cpp" />
<ClCompile Include="src\message.cpp" />
<ClCompile Include="src\options.cpp" />
- <ClCompile Include="src\richutil.cpp">
- <PrecompiledHeader>NotUsing</PrecompiledHeader>
- </ClCompile>
<ClCompile Include="src\services.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\tools.cpp" />
@@ -221,7 +218,6 @@ </ItemGroup>
<ItemGroup>
<ClInclude Include="src\chat.h" />
- <ClInclude Include="src\richutil.h" />
<ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
|