Remove debugging code; it seems like the testing is complete for redraws.

This commit is contained in:
Stephen Anthony 2018-08-19 20:39:55 -02:30
parent 6d5278fe0c
commit f87e5d73f1
1 changed files with 0 additions and 2 deletions

View File

@ -318,7 +318,6 @@ void Dialog::addSurface(shared_ptr<FBSurface> surface)
mySurfaceStack.push(surface);
}
static int COUNT = 1;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void Dialog::drawDialog()
{
@ -327,7 +326,6 @@ void Dialog::drawDialog()
FBSurface& s = surface();
cerr << COUNT++ << " Dialog::drawDialog()\n";
// Dialog is still on top if e.g a ContextMenu is opened
_onTop = parent().myDialogStack.top() == this
|| (parent().myDialogStack.get(parent().myDialogStack.size() - 2) == this