Skip to content

Commit

Permalink
TINSEL: Removed the dummy ForceEntireRedraw() function
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Apr 10, 2011
1 parent 3fde030 commit 69ec4fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions engines/tinsel/background.cpp
Expand Up @@ -39,9 +39,6 @@ namespace Tinsel {
// current background
const BACKGND *pCurBgnd = NULL;

// FIXME: Not yet used
static bool bEntireRedraw;

/**
* Called to initialise a background.
* @param pBgnd Pointer to data struct for current background
Expand Down Expand Up @@ -257,9 +254,4 @@ void DrawBackgnd() {
ResetClipRect();
}

void ForceEntireRedraw() {
bEntireRedraw = true;
}


} // End of namespace Tinsel
2 changes: 0 additions & 2 deletions engines/tinsel/background.h
Expand Up @@ -110,8 +110,6 @@ OBJECT *GetBgObject();

SCNHANDLE BgPal();

void ForceEntireRedraw();

int BgWidth();

int BgHeight();
Expand Down
1 change: 0 additions & 1 deletion engines/tinsel/bmv.cpp
Expand Up @@ -1025,7 +1025,6 @@ bool BMVPlayer::DoSoundFrame() {
void BMVPlayer::CopyMovieToScreen() {
// Not if not up and running yet!
if (!screenBuffer || (currentFrame == 0)) {
ForceEntireRedraw();
DrawBackgnd();
return;
}
Expand Down

0 comments on commit 69ec4fb

Please sign in to comment.