summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/crawl.vcxproj.filters
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-12-15 22:34:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-12-15 23:16:43 +0100
commitf81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4 (patch)
tree9912318671f72f26db66d7eb483dc3b63a1b7856 /crawl-ref/source/MSVC/crawl.vcxproj.filters
parent02256d318a68bc0fed1949633981fc14d2f7147c (diff)
downloadcrawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.tar.gz
crawl-ref-f81fc34f7f4f4cab5ba1cc01ba8c0e96498574a4.zip
Remove Mislead.
It was a pure interface screw, and even worse, required a large amount of support code that's a maintenance burden, causing crashes we need to fix from time to time.
Diffstat (limited to 'crawl-ref/source/MSVC/crawl.vcxproj.filters')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj.filters b/crawl-ref/source/MSVC/crawl.vcxproj.filters
index d6c74c6084..32189d9aa2 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj.filters
+++ b/crawl-ref/source/MSVC/crawl.vcxproj.filters
@@ -152,7 +152,6 @@
<ClCompile Include="..\message-stream.cc" />
<ClCompile Include="..\message.cc" />
<ClCompile Include="..\misc.cc" />
- <ClCompile Include="..\mislead.cc" />
<ClCompile Include="..\mon-abil.cc" />
<ClCompile Include="..\mon-act.cc" />
<ClCompile Include="..\mon-behv.cc" />
@@ -452,7 +451,6 @@
<ClInclude Include="..\mgen_data.h" />
<ClInclude Include="..\mgen_enum.h" />
<ClInclude Include="..\misc.h" />
- <ClInclude Include="..\mislead.h" />
<ClInclude Include="..\mon-abil.h" />
<ClInclude Include="..\mon-act.h" />
<ClInclude Include="..\mon-behv.h" />