Undo previous fix for backspace size – was incomplete solution

improve debug performance (used by developers only)
This commit is contained in:
2014-09-03 12:20:44 +00:00
parent 48ecbdea36
commit 21353ceb82
5 changed files with 4 additions and 12 deletions

View File

@@ -649,14 +649,6 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _DoPrnDrvrAdjusts, "@DoPrnDrvrAdjusts");
}
}
private LazyLoad<float?> _BackSpaceSize;
public float? BackSpaceSize
{
get
{
return LazyLoad(ref _BackSpaceSize, "@BackSpaceSize");
}
}
private LazyLoad<string> _TopOfPageThing;
public string TopOfPageThing
{