Remove unreferenced local variables
This commit is contained in:
parent
3cec63e9b9
commit
a9ca1e9930
|
@ -603,7 +603,6 @@ void EDA_3D_CANVAS::OnRightClick( wxMouseEvent &event )
|
|||
wxPoint pos;
|
||||
wxMenu PopUpMenu;
|
||||
wxString msg;
|
||||
wxMenuItem* item;
|
||||
|
||||
pos.x = event.GetX();
|
||||
pos.y = event.GetY();
|
||||
|
|
|
@ -205,7 +205,7 @@ public:
|
|||
if( !aEntry.module )
|
||||
aEntry.status = FPS_NOT_FOUND;
|
||||
|
||||
} catch( const IO_ERROR& ioe )
|
||||
} catch( const IO_ERROR& )
|
||||
{
|
||||
aEntry.status = FPS_NOT_FOUND;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue