diff options
Diffstat (limited to 'engines/titanic/pet_control/pet_conversations.h')
-rw-r--r-- | engines/titanic/pet_control/pet_conversations.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index 9af1f14ee7..4deab3eb5f 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -125,21 +125,11 @@ private: void textLineEntered(const CString &textLine); /** - * Returns the name of the currently active NPC, if any - */ - CString getActiveNPCName() const; - - /** * Set the active NPC */ void setActiveNPC(const CString &name); /** - * Create a color table - */ - void copyColors(uint tableNum, uint colors[5]); - - /** * Updates one of the dials with data from a given NPC */ void updateDial(uint dialNum, const CString &npcName); |