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

@ -90,8 +90,6 @@ public:
// --------------------------
// GTK callbacks
virtual void OnInternalIdle() wxOVERRIDE;
virtual void GTKHandleRealized() wxOVERRIDE;
void GTKConfigureEvent(int x, int y);

View File

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