summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC
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
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')
-rw-r--r--crawl-ref/source/MSVC/crawl.vcproj8
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj2
-rw-r--r--crawl-ref/source/MSVC/crawl.vcxproj.filters2
3 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/MSVC/crawl.vcproj b/crawl-ref/source/MSVC/crawl.vcproj
index 21e852e128..f2c8ec202c 100644
--- a/crawl-ref/source/MSVC/crawl.vcproj
+++ b/crawl-ref/source/MSVC/crawl.vcproj
@@ -1854,14 +1854,6 @@
RelativePath="..\misc.h"
>
</File>
- <File
- RelativePath="..\mislead.cc"
- >
- </File>
- <File
- RelativePath="..\mislead.h"
- >
- </File>
<File
RelativePath="..\mon-abil.cc"
>
diff --git a/crawl-ref/source/MSVC/crawl.vcxproj b/crawl-ref/source/MSVC/crawl.vcxproj
index 71a3dc13ec..614febb62c 100644
--- a/crawl-ref/source/MSVC/crawl.vcxproj
+++ b/crawl-ref/source/MSVC/crawl.vcxproj
@@ -411,7 +411,6 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<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" />
@@ -756,7 +755,6 @@ perl.exe "util/gen-cflg.pl" compflag.h "&lt;UNKNOWN&gt;" "&lt;UNKNOWN&gt;"
<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" />
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" />