richmemo: win32 cleanup

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4069 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2015-03-27 13:52:25 +00:00
parent 214b9bdbda
commit d0aed3c85f

View File

@ -549,10 +549,6 @@ class function TWin32WSCustomRichMemo.GetStyleRange(
var
OrigStart : Integer;
OrigLen : Integer;
hInfo : TScrollInfo;
vInfo : TScrollInfo;
hVisible : Boolean;
vVisible : Boolean;
eventmask : longword;
begin
if not Assigned(RichEditManager) or not Assigned(AWinControl) then begin