remove no-longer-needed OnInternalIdle() override

This commit is contained in:
Paul Cornett
2015-12-06 20:24:59 -08:00
parent 84a77c0c32
commit cc48c42e17
2 changed files with 0 additions and 7 deletions

View File

@@ -1264,11 +1264,6 @@ wxTopLevelWindowGTK::DecorSize& wxTopLevelWindowGTK::GetCachedDecorSize()
return size[index];
}
void wxTopLevelWindowGTK::OnInternalIdle()
{
wxTopLevelWindowBase::OnInternalIdle();
}
// ----------------------------------------------------------------------------
// frame title/icon
// ----------------------------------------------------------------------------