[Scummvm-git-logs] scummvm master -> b6db761e3e39904a5dfdaed0c2d0426a609b22ca
bluegr
bluegr at gmail.com
Thu Jan 23 23:42:37 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b6db761e3e DREAMWEB: Remove unused code
Commit: b6db761e3e39904a5dfdaed0c2d0426a609b22ca
https://github.com/scummvm/scummvm/commit/b6db761e3e39904a5dfdaed0c2d0426a609b22ca
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2020-01-24T01:42:25+02:00
Commit Message:
DREAMWEB: Remove unused code
Changed paths:
engines/dreamweb/dreamweb.h
diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index ee4af33..8a5c72c 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -141,8 +141,6 @@ public:
void quit();
- bool loadSpeech(const Common::String &filename);
-
Common::Language getLanguage() const;
uint8 modifyChar(uint8 c) const;
Common::String modifyFileName(const char *);
@@ -236,7 +234,6 @@ protected:
Common::List<ObjPos> _exList;
Common::List<People> _peopleList;
uint8 _zoomSpace[46*40];
- // _printedList (unused?)
Change _listOfChanges[kNumChanges]; // Note: this array is saved
uint8 _underTimedText[kUnderTimedTextBufSize];
Common::List<Rain> _rainList;
@@ -298,8 +295,6 @@ protected:
TextFile _exText;
public:
- DreamWebEngine(/*DreamWeb::DreamWebEngine *en*/);
-
bool _quitRequested;
bool _subtitles;
bool _foreignRelease;
@@ -755,7 +750,6 @@ public:
uint16 readMouseState();
void hangOn(uint16 frameCount);
void lockMon();
- uint8 *textUnder();
void readKey();
void findOrMake(uint8 index, uint8 value, uint8 type);
DynObject *getFreeAd(uint8 index);
@@ -914,7 +908,6 @@ public:
void dreamweb();
void screenUpdate();
void startup1();
- void readOneBlock();
bool checkIfPerson(uint8 x, uint8 y);
bool checkIfFree(uint8 x, uint8 y);
bool checkIfEx(uint8 x, uint8 y);
More information about the Scummvm-git-logs
mailing list