mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 14:07:27 +01:00
IDE: clean up
git-svn-id: trunk@25341 -
This commit is contained in:
parent
e5a74ccd2b
commit
ad08a450e3
@ -84,10 +84,7 @@ procedure TCompilerMessagesOptionsFrame.UpdateMessages;
|
|||||||
const
|
const
|
||||||
MaxIndexLen = 5;
|
MaxIndexLen = 5;
|
||||||
var
|
var
|
||||||
i : Integer;
|
|
||||||
j : Integer;
|
|
||||||
topidx : Integer;
|
topidx : Integer;
|
||||||
m : TCompilerMessageConfig;
|
|
||||||
begin
|
begin
|
||||||
topidx := chklistCompMsg.TopIndex;
|
topidx := chklistCompMsg.TopIndex;
|
||||||
chklistCompMsg.Items.BeginUpdate;
|
chklistCompMsg.Items.BeginUpdate;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user