synedit: clean up

git-svn-id: trunk@25904 -
This commit is contained in:
mattias 2010-06-04 21:52:53 +00:00
parent e29f6a7a65
commit 16af3c13d5

View File

@ -769,9 +769,6 @@ begin
end;
procedure TSynBaseCompletionForm.DoOnResize;
var
OldHeight: Integer;
OldWidth: LongInt;
begin
inherited DoOnResize;
if ([csLoading,csDestroying]*ComponentState<>[]) or (Scroll=nil) then exit;