diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-05 12:52:30 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-05 12:52:30 +0000 |
commit | 3576b67db9fa0a3d8d5c1747cc3560504d31d125 (patch) | |
tree | f6a6cb9916cbf1aab83bac572fec8822f6ad065e /plugins/HistoryStats/historystats_10.vcxproj | |
parent | 73e6231455372205e912963083624aaa371bab0b (diff) |
- adaptation for standard Windows ways of handling Unicode;
- obsoleted code removed;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/historystats_10.vcxproj')
-rw-r--r-- | plugins/HistoryStats/historystats_10.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryStats/historystats_10.vcxproj b/plugins/HistoryStats/historystats_10.vcxproj index 24fddd0942..628894a90a 100644 --- a/plugins/HistoryStats/historystats_10.vcxproj +++ b/plugins/HistoryStats/historystats_10.vcxproj @@ -294,7 +294,6 @@ <ClCompile Include="src\settingsserializer.cpp" />
<ClCompile Include="src\settingstree.cpp" />
<ClCompile Include="src\statistic.cpp" />
- <ClCompile Include="src\themeapi.cpp" />
<ClCompile Include="src\utils.cpp" />
<ClCompile Include="src\colbase_words.cpp" />
<ClCompile Include="src\column_chatduration.cpp" />
@@ -344,7 +343,6 @@ <ClInclude Include="src\settingsserializer.h" />
<ClInclude Include="src\settingstree.h" />
<ClInclude Include="src\statistic.h" />
- <ClInclude Include="src\themeapi.h" />
<ClInclude Include="src\utf8buffer.h" />
<ClInclude Include="src\utils.h" />
<ClInclude Include="src\colbase_words.h" />
|