summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-31 21:08:39 -0400
committerNeil Moore <neil@s-z.org>2014-07-31 21:09:17 -0400
commit2de37e36d23faee54bb4e51f40c7c6f1b7b5d334 (patch)
tree92f8a5ab85739a36270cd40ae6880c6795521f84 /crawl-ref/source/libunix.cc
parent4495d8fc295904bfaa1326eaf8795f1dc5cc91d9 (diff)
downloadcrawl-ref-2de37e36d23faee54bb4e51f40c7c6f1b7b5d334.tar.gz
crawl-ref-2de37e36d23faee54bb4e51f40c7c6f1b7b5d334.zip
Make colour-swapping work in webtiles (#8271)
For now this affects all watchers, but it would probably make more sense to make it a client-side option instead.
Diffstat (limited to 'crawl-ref/source/libunix.cc')
-rw-r--r--crawl-ref/source/libunix.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/libunix.cc b/crawl-ref/source/libunix.cc
index 1a1648ecb4..5300fae05b 100644
--- a/crawl-ref/source/libunix.cc
+++ b/crawl-ref/source/libunix.cc
@@ -87,11 +87,6 @@ static unsigned int convert_to_curses_attr(int chattr)
}
}
-static inline short macro_colour(short col)
-{
- return Options.colour[ col ];
-}
-
// Translate DOS colors to curses.
static short translate_colour(short col)
{