Remove footprint browser from pcbnew.

This is still used to choose footprint in eeschema, so the frame remains
This commit is contained in:
Seth Hillbrand 2020-10-09 08:45:30 -07:00
parent 1d83749d17
commit 4d8ee4685d
2 changed files with 0 additions and 2 deletions

View File

@ -237,7 +237,6 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
ACTION_MENU* viewMenu = new ACTION_MENU( false, selTool );
viewMenu->Add( PCB_ACTIONS::showLayersManager, ACTION_MENU::CHECK );
viewMenu->Add( ACTIONS::showFootprintBrowser );
viewMenu->Add( ACTIONS::show3DViewer );
viewMenu->AppendSeparator();

View File

@ -276,7 +276,6 @@ void PCB_EDIT_FRAME::ReCreateHToolbar()
m_mainToolBar->AddScaledSeparator( this );
m_mainToolBar->Add( ACTIONS::showFootprintEditor );
m_mainToolBar->Add( ACTIONS::showFootprintBrowser );
m_mainToolBar->AddScaledSeparator( this );
m_mainToolBar->Add( ACTIONS::updatePcbFromSchematic );