diff options
author | Eugene Sandulenko | 2016-12-01 10:53:02 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2016-12-01 10:53:02 +0100 |
commit | dec0d3acbc203438ed78da0f04d49ef1303f9601 (patch) | |
tree | 45e75eef09436b2b98cd55ece6c380e9b06482a2 /engines/fullpipe | |
parent | 7fe5a4ef91455c9cc90250ba76447c9744caf7cd (diff) | |
download | scummvm-rg350-dec0d3acbc203438ed78da0f04d49ef1303f9601.tar.gz scummvm-rg350-dec0d3acbc203438ed78da0f04d49ef1303f9601.tar.bz2 scummvm-rg350-dec0d3acbc203438ed78da0f04d49ef1303f9601.zip |
FULLPIPE: Cleanup
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/scenes/scene25.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/fullpipe/scenes/scene25.cpp b/engines/fullpipe/scenes/scene25.cpp index ec3184a5f4..83a0ee0a72 100644 --- a/engines/fullpipe/scenes/scene25.cpp +++ b/engines/fullpipe/scenes/scene25.cpp @@ -544,10 +544,6 @@ bool sceneHandler25_isOnLadder(ExCommand *cmd) { } } -void sceneHandler25_sub03() { - warning("STUB: sceneHandler25_sub03()"); -} - int sceneHandler25(ExCommand *cmd) { if (cmd->_messageKind != 17) return 0; |