aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-04-28 00:56:52 +0000
committerMax Horn2002-04-28 00:56:52 +0000
commit75f1297a7da3dd7f2f522b209cf3e85158be3856 (patch)
tree258747a039dfa4ccd8691ce1a11d593d4e07f6eb /scumm.h
parent385a40114586aa5321eb17b4e9cbe6b0415a2ab4 (diff)
downloadscummvm-rg350-75f1297a7da3dd7f2f522b209cf3e85158be3856.tar.gz
scummvm-rg350-75f1297a7da3dd7f2f522b209cf3e85158be3856.tar.bz2
scummvm-rg350-75f1297a7da3dd7f2f522b209cf3e85158be3856.zip
moved scummfg to config-file.h - seems more logical. Also added a legal header
svn-id: r4122
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm.h b/scumm.h
index c35b5a19cc..58fdbff5f5 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1851,8 +1851,6 @@ void outputdisplay2(Scumm *s, int disp);
extern const byte revBitMask[8];
//void blitToScreen(Scumm *s, byte *src, int x, int y, int w, int h);
-extern Config * scummcfg;
-
#if defined(__GNUC__)
void CDECL error(const char *s, ...) NORETURN;
#else