Remove unused VIRT_MIN/MAX from legacy_gal

This commit is contained in:
John Beard 2019-01-04 14:20:47 +00:00 committed by Seth Hillbrand
parent ec91329da0
commit cec97ebfa6
1 changed files with 0 additions and 7 deletions

View File

@ -1018,13 +1018,6 @@ bool EDA_DRAW_FRAME::HandleBlockBegin( wxDC* aDC, EDA_KEY aKey, const wxPoint& a
}
// I am not seeing a problem with this size yet:
static const double MAX_AXIS = INT_MAX - 100;
#define VIRT_MIN (-MAX_AXIS/2.0) ///< min X or Y coordinate in virtual space
#define VIRT_MAX (MAX_AXIS/2.0) ///< max X or Y coordinate in virtual space
void EDA_DRAW_FRAME::AdjustScrollBars( const wxPoint& aCenterPositionIU )
{
}