diff options
author | Strangerke | 2015-12-01 07:08:54 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:33:45 +0100 |
commit | 609fd323d39035ea0ca02377ad8e0fdadd30e1a1 (patch) | |
tree | a702db5145995be1cf166ad5e57226024eb58373 /engines/lab/parsefun.h | |
parent | 377bed8db04075ce67c573b0646c3f714d205287 (diff) | |
download | scummvm-rg350-609fd323d39035ea0ca02377ad8e0fdadd30e1a1.tar.gz scummvm-rg350-609fd323d39035ea0ca02377ad8e0fdadd30e1a1.tar.bz2 scummvm-rg350-609fd323d39035ea0ca02377ad8e0fdadd30e1a1.zip |
LAB: Remove some dead code
Diffstat (limited to 'engines/lab/parsefun.h')
-rw-r--r-- | engines/lab/parsefun.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lab/parsefun.h b/engines/lab/parsefun.h index 5fbc62cb3a..46c26b67d4 100644 --- a/engines/lab/parsefun.h +++ b/engines/lab/parsefun.h @@ -45,8 +45,6 @@ bool parse(const char *InputFile); bool initRoomBuffer(); void freeRoomBuffer(); -void allocRoom(void **Ptr, uint16 Size, uint16 RoomNum); - /* From ProcessRoom.c */ |