diff options
Diffstat (limited to 'engines/sci/scicore/sciconsole.h')
-rw-r--r-- | engines/sci/scicore/sciconsole.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/scicore/sciconsole.h b/engines/sci/scicore/sciconsole.h index e4fc867e10..1f3a4d2d5a 100644 --- a/engines/sci/scicore/sciconsole.h +++ b/engines/sci/scicore/sciconsole.h @@ -148,9 +148,6 @@ int con_hook_int(int *pointer, const char *name, const char *description); ** The internal list of int references is used by some of the basic commands. */ - -int sci_hexdump(byte *data, int length, int offsetplus); - } // End of namespace Sci #endif // SCI_SCICORE_SCICONSOLE_H |