IDE: comment out another unused function in CompilerOptions

git-svn-id: trunk@39064 -
This commit is contained in:
juha 2012-10-13 09:14:02 +00:00
parent a4875743e3
commit 5a129e09c3

View File

@ -4690,7 +4690,7 @@ begin
Result := false;
end;
end;
{
function IntToStrLen(i:Integer; len: integer; FillCh: Char = '0'): string;
var
s : string;
@ -4710,7 +4710,7 @@ begin
Move(s[1], Result[j], length(s));
end;
end;
}
function TCompilerMessagesList.Add(AMsgIndex: Integer;
AMsgType: TFPCErrorType; const AMsgText: string; DefIgnored: Boolean = false;
AState: TCompilerMessageState = msDefault): TCompilerMessageConfig;