summaryrefslogtreecommitdiffstats
path: root/src/peds/PedChat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/peds/PedChat.cpp')
-rw-r--r--src/peds/PedChat.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/peds/PedChat.cpp b/src/peds/PedChat.cpp
index 71739902..470b7eeb 100644
--- a/src/peds/PedChat.cpp
+++ b/src/peds/PedChat.cpp
@@ -152,13 +152,4 @@ CPed::Say(uint16 audio)
m_queuedSound = audio;
}
}
-}
-
-void
-CPed::Say(uint16 audio, int32 time)
-{
- if (m_delayedSoundID == -1) {
- m_delayedSoundID = audio;
- m_delayedSoundTimer = CTimer::GetTimeInMilliseconds() + time;
- }
} \ No newline at end of file