remove no-longer-needed OnInternalIdle() override
This commit is contained in:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user