diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-03 18:28:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-03 18:28:20 +0000 |
commit | 784c2757e8c791b4c76a6e739f08b0fb92ec093a (patch) | |
tree | ba42917a56f96f8b5d6f55edb36d9fc337ca1b39 /protocols/JabberG/jabber_11.vcxproj | |
parent | 9026d578dc4b14aa12c51a2147bb999703efbb36 (diff) |
- old junk removed;
- mir_free() doesn't require a check
git-svn-id: http://svn.miranda-ng.org/main/trunk@6321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber_11.vcxproj')
-rw-r--r-- | protocols/JabberG/jabber_11.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/jabber_11.vcxproj b/protocols/JabberG/jabber_11.vcxproj index 3adfd81a56..df52e93ec3 100644 --- a/protocols/JabberG/jabber_11.vcxproj +++ b/protocols/JabberG/jabber_11.vcxproj @@ -243,7 +243,6 @@ <ClCompile Include="src\jabber_presence_manager.cpp" />
<ClCompile Include="src\jabber_privacy.cpp" />
<ClCompile Include="src\jabber_proto.cpp" />
- <ClCompile Include="src\jabber_proxy.cpp" />
<ClCompile Include="src\jabber_rc.cpp" />
<ClCompile Include="src\jabber_search.cpp" />
<ClCompile Include="src\jabber_secur.cpp" />
@@ -279,7 +278,6 @@ <ClInclude Include="src\jabber_presence_manager.h" />
<ClInclude Include="src\jabber_privacy.h" />
<ClInclude Include="src\jabber_proto.h" />
- <ClInclude Include="src\jabber_proxy.h" />
<ClInclude Include="src\jabber_rc.h" />
<ClInclude Include="src\jabber_search.h" />
<ClInclude Include="src\jabber_secur.h" />
|