aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/talk.cpp')
-rw-r--r--engines/sludge/talk.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp
index 0b66815a35..86e2174e0e 100644
--- a/engines/sludge/talk.cpp
+++ b/engines/sludge/talk.cpp
@@ -78,9 +78,7 @@ void killAllSpeech() {
#define TF_min(a, b) ((a > b) ? b : a)
inline void setObjFontColour(objectType *t) {
-#if 0
setFontColour(speech->talkCol, t->r, t->g, t->b);
-#endif
}
void addSpeechLine(char *theLine, int x, int &offset) {
@@ -203,7 +201,6 @@ int wrapSpeech(char *theText, int objT, int sampleFile, bool animPerson) {
}
void viewSpeech() {
-#if 0
int viewY = speech->speechY;
speechLine *viewLine = speech->allSpeech;
fixFont(speech->talkCol);
@@ -212,7 +209,6 @@ void viewSpeech() {
viewY -= fontHeight / cameraZoom;
viewLine = viewLine->next;
}
-#endif
}
void saveSpeech(speechStruct *sS, Common::WriteStream *stream) {