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