Remove unused variable

This commit is contained in:
Seth Hillbrand 2020-06-15 09:00:05 -07:00
parent a18aea3a43
commit 4480759599
1 changed files with 0 additions and 2 deletions

View File

@ -271,8 +271,6 @@ bool SCH_BASE_FRAME::saveSymbolLibTables( bool aGlobal, bool aProject )
void SCH_BASE_FRAME::RedrawScreen( const wxPoint& aCenterPoint, bool aWarpPointer )
{
KIGFX::GAL* gal = GetCanvas()->GetGAL();
GetCanvas()->GetView()->SetCenter( aCenterPoint );
if( aWarpPointer )