IDE: clean up

git-svn-id: trunk@25341 -
This commit is contained in:
mattias 2010-05-12 19:38:57 +00:00
parent e5a74ccd2b
commit ad08a450e3

View File

@ -84,10 +84,7 @@ procedure TCompilerMessagesOptionsFrame.UpdateMessages;
const
MaxIndexLen = 5;
var
i : Integer;
j : Integer;
topidx : Integer;
m : TCompilerMessageConfig;
begin
topidx := chklistCompMsg.TopIndex;
chklistCompMsg.Items.BeginUpdate;