diff --git a/components/jvcllaz/run/JvMM/jvgradient.pas b/components/jvcllaz/run/JvMM/jvgradient.pas index 99aa9283d..d460b30c8 100644 --- a/components/jvcllaz/run/JvMM/jvgradient.pas +++ b/components/jvcllaz/run/JvMM/jvgradient.pas @@ -107,19 +107,9 @@ type property OnStartDrag; end; -{$IFDEF UNITVERSIONING} -const - UnitVersioning: TUnitVersionInfo = ( - RCSfile: '$URL$'; - Revision: '$Revision$'; - Date: '$Date$'; - LogPath: 'JVCL\run' - ); -{$ENDIF UNITVERSIONING} implementation - constructor TJvGradient.Create(AOwner: TComponent); begin inherited Create(AOwner); @@ -419,12 +409,5 @@ begin inherited Left := Value; end; -{$IFDEF UNITVERSIONING} -initialization - RegisterUnitVersion(HInstance, UnitVersioning); - -finalization - UnregisterUnitVersion(HInstance); -{$ENDIF UNITVERSIONING} end.