mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 19:33:33 +02:00
IDE: clean up
git-svn-id: trunk@25086 -
This commit is contained in:
parent
e6ec1f3a4b
commit
4cb64727e3
@ -2127,8 +2127,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TSourceEditorSharedValues.BeginGlobalUpdate;
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
inc(FInGlobalUpdate);
|
||||
if FInGlobalUpdate > 1 then exit;
|
||||
@ -2137,8 +2135,6 @@ begin
|
||||
end;
|
||||
|
||||
procedure TSourceEditorSharedValues.EndGlobalUpdate;
|
||||
var
|
||||
i: Integer;
|
||||
begin
|
||||
dec(FInGlobalUpdate);
|
||||
if FInGlobalUpdate > 0 then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user