Remove double call to Destroy() for DISPLAY_FOOTPRINTS_FRAME.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14928
This commit is contained in:
Jeff Young 2023-06-11 21:56:12 +01:00
parent aa667bea0f
commit bae8a077b9
2 changed files with 0 additions and 8 deletions

View File

@ -226,12 +226,6 @@ void DISPLAY_FOOTPRINTS_FRAME::setupUIConditions()
}
void DISPLAY_FOOTPRINTS_FRAME::doCloseWindow()
{
Destroy();
}
void DISPLAY_FOOTPRINTS_FRAME::ReCreateVToolbar()
{
// Currently, no vertical right toolbar.

View File

@ -46,8 +46,6 @@ public:
DISPLAY_FOOTPRINTS_FRAME( KIWAY* aKiway, wxWindow* aParent );
~DISPLAY_FOOTPRINTS_FRAME() override;
void doCloseWindow() override;
void ReCreateHToolbar() override;
void ReCreateVToolbar() override;
void ReCreateOptToolbar() override;