mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
WINTERMUTE: Remove useless constructor from SubtitleCard.
This commit is contained in:
@@ -31,10 +31,6 @@
|
||||
|
||||
namespace Wintermute {
|
||||
|
||||
SubtitleCard::SubtitleCard(BaseGame *inGame) {
|
||||
_gameRef = inGame;
|
||||
_startFrame = _endFrame = 0;
|
||||
}
|
||||
|
||||
SubtitleCard::SubtitleCard(BaseGame *inGame, const Common::String &text, const uint &startFrame, const uint &endFrame) {
|
||||
// TODO: Fix expandStringByStringTable instead of this ugly hack
|
||||
|
||||
@@ -37,7 +37,6 @@ class BaseGame;
|
||||
|
||||
class SubtitleCard {
|
||||
public:
|
||||
SubtitleCard(BaseGame *inGame);
|
||||
SubtitleCard(BaseGame *inGame, const Common::String &text, const uint &startFrame, const uint &endFrame);
|
||||
uint32 getEndFrame();
|
||||
uint32 getStartFrame();
|
||||
|
||||
Reference in New Issue
Block a user