diff options
author | TingPing <tingping@tingping.se> | 2013-09-26 22:07:22 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-26 22:07:22 -0400 |
commit | 61b58fd5bed210184176961d130d43f39130c84e (patch) | |
tree | 408352639f51df2d37f86311a95d64317c1ebc0f /src/common/common.vcxproj | |
parent | 60ba4d651c9cb717d209ac33afe16e0f8c4d422d (diff) |
Remove remnants of native file dialogs
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 14867e8b..bc2605dd 100644 --- a/src/common/common.vcxproj +++ b/src/common/common.vcxproj @@ -39,7 +39,6 @@ <ClInclude Include="text.h" /> <ClInclude Include="textenums.h" /> <ClInclude Include="textevents.h" /> - <ClInclude Include="thread.h" /> <ClInclude Include="tree.h" /> <ClInclude Include="typedef.h" /> <ClInclude Include="url.h" /> @@ -70,7 +69,6 @@ <ClCompile Include="servlist.c" /> <ClCompile Include="ssl.c" /> <ClCompile Include="text.c" /> - <ClCompile Include="thread.c" /> <ClCompile Include="tree.c" /> <ClCompile Include="url.c" /> <ClCompile Include="userlist.c" /> |