mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-07 12:07:13 +01:00
* Remove some unused identifiers
git-svn-id: trunk@43787 -
This commit is contained in:
parent
1a9e246c29
commit
dd0d606a0a
@ -27,7 +27,7 @@ unit MaskUtils;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils;
|
||||
SysUtils;
|
||||
|
||||
|
||||
function FormatMaskText(const EditMask: string; const AValue: string): string;
|
||||
@ -107,7 +107,6 @@ type
|
||||
implementation
|
||||
|
||||
resourcestring
|
||||
exInvalidMaskValue = 'FormatMaskText function failed!';
|
||||
exValidationFailed = 'TMaskUtils.ValidateInput failed.';
|
||||
|
||||
const
|
||||
|
||||
Loading…
Reference in New Issue
Block a user