Remove unreferenced local variables

This commit is contained in:
Simon Richter 2017-06-11 03:54:25 +02:00 committed by Wayne Stambaugh
parent 3cec63e9b9
commit a9ca1e9930
2 changed files with 1 additions and 2 deletions

View File

@ -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();

View File

@ -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;
}