mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 00:19:22 +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;
|
end;
|
||||||
|
|
||||||
procedure TSourceEditorSharedValues.BeginGlobalUpdate;
|
procedure TSourceEditorSharedValues.BeginGlobalUpdate;
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
begin
|
||||||
inc(FInGlobalUpdate);
|
inc(FInGlobalUpdate);
|
||||||
if FInGlobalUpdate > 1 then exit;
|
if FInGlobalUpdate > 1 then exit;
|
||||||
@ -2137,8 +2135,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TSourceEditorSharedValues.EndGlobalUpdate;
|
procedure TSourceEditorSharedValues.EndGlobalUpdate;
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
begin
|
||||||
dec(FInGlobalUpdate);
|
dec(FInGlobalUpdate);
|
||||||
if FInGlobalUpdate > 0 then exit;
|
if FInGlobalUpdate > 0 then exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user