IDE: clean up

git-svn-id: trunk@25086 -
This commit is contained in:
mattias 2010-05-01 08:11:15 +00:00
parent e6ec1f3a4b
commit 4cb64727e3

View File

@ -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;