remove no-longer-needed OnInternalIdle() override
This commit is contained in:
parent
84a77c0c32
commit
cc48c42e17
@ -90,8 +90,6 @@ public:
|
||||
// --------------------------
|
||||
|
||||
// GTK callbacks
|
||||
virtual void OnInternalIdle() wxOVERRIDE;
|
||||
|
||||
virtual void GTKHandleRealized() wxOVERRIDE;
|
||||
|
||||
void GTKConfigureEvent(int x, int y);
|
||||
|
@ -1264,11 +1264,6 @@ wxTopLevelWindowGTK::DecorSize& wxTopLevelWindowGTK::GetCachedDecorSize()
|
||||
return size[index];
|
||||
}
|
||||
|
||||
void wxTopLevelWindowGTK::OnInternalIdle()
|
||||
{
|
||||
wxTopLevelWindowBase::OnInternalIdle();
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// frame title/icon
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user