aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_journal.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-10-08 08:22:26 -0400
committerPaul Gilbert2015-10-08 08:22:26 -0400
commita1057a3fe5277d560fde84b35f57828857f50948 (patch)
tree1083c047536c34929ae82d8ca06ea60853cf332d /engines/sherlock/scalpel/scalpel_journal.h
parent3c6cf2b947a49df918c2f4d6a91e2f176ac39707 (diff)
downloadscummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.tar.gz
scummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.tar.bz2
scummvm-rg350-a1057a3fe5277d560fde84b35f57828857f50948.zip
SHERLOCK: SS: Move fixBadText from ScalpelJournal to ScalpelTalk
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_journal.h')
-rw-r--r--engines/sherlock/scalpel/scalpel_journal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sherlock/scalpel/scalpel_journal.h b/engines/sherlock/scalpel/scalpel_journal.h
index 2f64141bb2..c8e9c01739 100644
--- a/engines/sherlock/scalpel/scalpel_journal.h
+++ b/engines/sherlock/scalpel/scalpel_journal.h
@@ -71,11 +71,6 @@ public:
void drawInterface();
/**
- * Handles skipping over bad text in conversations
- */
- static void skipBadText(const byte *&msgP);
-
- /**
* Handle events whilst the journal is being displayed
*/
bool handleEvents(int key);