diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-24 18:51:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-24 18:51:51 +0000 |
commit | 2f1b8c756066316c59be907bcd94a73cae5e3a7b (patch) | |
tree | 1c43a7e356602938748aa9f09ebbc7a187ae280b /protocols/IRCG/IRC_10.vcxproj | |
parent | a3e37eef935765e0a53b1e84d2e3b22f9e475637 (diff) |
UI Utils classes & templates moved to the core, thus allowing any plugin to use them
git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/IRC_10.vcxproj')
-rw-r--r-- | protocols/IRCG/IRC_10.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/IRCG/IRC_10.vcxproj b/protocols/IRCG/IRC_10.vcxproj index d3432d8c87..a437b42238 100644 --- a/protocols/IRCG/IRC_10.vcxproj +++ b/protocols/IRCG/IRC_10.vcxproj @@ -209,7 +209,6 @@ <ClCompile Include="src\services.cpp" />
<ClCompile Include="src\main.cpp" />
<ClCompile Include="src\tools.cpp" />
- <ClCompile Include="src\ui_utils.cpp" />
<ClCompile Include="src\userinfo.cpp" />
<ClCompile Include="src\windows.cpp" />
</ItemGroup>
@@ -218,7 +217,6 @@ <ClInclude Include="src\irc_dlg.h" />
<ClInclude Include="src\irclib.h" />
<ClInclude Include="src\resource.h" />
- <ClInclude Include="src\ui_utils.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
|