Topic: Feature request: Exclude Graphics unit from SmartInspect.pas
Hi Everyone
I see following conditional defines in SmartInspect.pas
Graphics,
{$IFNDEF SI_DISABLE_GRAPHIC} Jpeg, {$ENDIF}
It would be nice to also exclude Graphics unit the same way as Jpeg, i.e.
{$IFNDEF SI_DISABLE_GRAPHIC} Graphics, {$ENDIF}
