Remove unused variable
This commit is contained in:
parent
a18aea3a43
commit
4480759599
|
@ -271,8 +271,6 @@ bool SCH_BASE_FRAME::saveSymbolLibTables( bool aGlobal, bool aProject )
|
||||||
|
|
||||||
void SCH_BASE_FRAME::RedrawScreen( const wxPoint& aCenterPoint, bool aWarpPointer )
|
void SCH_BASE_FRAME::RedrawScreen( const wxPoint& aCenterPoint, bool aWarpPointer )
|
||||||
{
|
{
|
||||||
KIGFX::GAL* gal = GetCanvas()->GetGAL();
|
|
||||||
|
|
||||||
GetCanvas()->GetView()->SetCenter( aCenterPoint );
|
GetCanvas()->GetView()->SetCenter( aCenterPoint );
|
||||||
|
|
||||||
if( aWarpPointer )
|
if( aWarpPointer )
|
||||||
|
|
Loading…
Reference in New Issue