aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/special.cpp
diff options
context:
space:
mode:
authorStrangerke2015-12-07 08:21:27 +0100
committerWillem Jan Palenstijn2015-12-23 21:33:53 +0100
commitf3a24ff593024e3a997ed1a9160d32a84eb42d74 (patch)
treefd624870e6930b730b83e9c88ef55a0c17ae23f8 /engines/lab/special.cpp
parent5636181b78bcffa934cb00b14edb68c2d3319139 (diff)
downloadscummvm-rg350-f3a24ff593024e3a997ed1a9160d32a84eb42d74.tar.gz
scummvm-rg350-f3a24ff593024e3a997ed1a9160d32a84eb42d74.tar.bz2
scummvm-rg350-f3a24ff593024e3a997ed1a9160d32a84eb42d74.zip
LAB: Some refactoring, remove dead code and a useless return value
Diffstat (limited to 'engines/lab/special.cpp')
-rw-r--r--engines/lab/special.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lab/special.cpp b/engines/lab/special.cpp
index 6642865cda..e49119634a 100644
--- a/engines/lab/special.cpp
+++ b/engines/lab/special.cpp
@@ -59,7 +59,6 @@ static uint16 monitorPage;
static const char *TextFileName;
Image *MonButton;
-extern BitMap *DispBitMap, *DrawBitMap;
#define INCL(BITSET,BIT) ((BITSET) |= (BIT))
#define SETBIT(BITSET,BITNUM) INCL(BITSET, (1 << (BITNUM)))