summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:39:32 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-21 20:39:32 +0000
commit601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3 (patch)
treefb6316cdc5650fbc9a71336dfeb9e2a8c8b8c136 /crawl-ref/source/externs.h
parent44361fc174e9372ffcd02a7b17d3d2d41e045ab0 (diff)
downloadcrawl-ref-601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3.tar.gz
crawl-ref-601fa4aa11e06b9e9cbdd1c512ba1bc41117a9c3.zip
Remove some unneeded externs.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8660 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 6b3eb875e2..221d6d6187 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -63,11 +63,6 @@ protected:
extern char info[INFO_SIZE]; // defined in acr.cc {dlb}
-extern unsigned char show_green; // defined in view.cc {dlb}
-
-// defined in mon-util.cc -- w/o this screen redraws *really* slow {dlb}
-extern FixedVector<unsigned short, 1000> mcolour;
-
const int kNameLen = 30;
#ifdef SHORT_FILE_NAMES
const int kFileNameLen = 6;