summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilesdl.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-05 02:06:45 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-05 02:53:30 +0200
commit59029f076422cab97e80569b2cb6964c2874b82f (patch)
treedf1707bf544e7816de2902570419409103dc9fee /crawl-ref/source/tilesdl.h
parent3526dc24d4542097c1be103055ccd41f63efd71d (diff)
downloadcrawl-ref-59029f076422cab97e80569b2cb6964c2874b82f.tar.gz
crawl-ref-59029f076422cab97e80569b2cb6964c2874b82f.zip
Remove some useless mingw ifdefs.
Diffstat (limited to 'crawl-ref/source/tilesdl.h')
-rw-r--r--crawl-ref/source/tilesdl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h
index 20ad74b37a..91bc08ee1b 100644
--- a/crawl-ref/source/tilesdl.h
+++ b/crawl-ref/source/tilesdl.h
@@ -272,12 +272,5 @@ protected:
// Main interface for tiles functions
extern TilesFramework tiles;
-#ifdef TARGET_COMPILER_MINGW
-#ifndef alloca
-// Srsly, MinGW, wtf?
-void *alloca(size_t);
-#endif
-#endif
-
#endif
#endif