mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:40:29 +02:00
- reduce hints
git-svn-id: trunk@12108 -
This commit is contained in:
parent
82944ea49d
commit
b3c5d076d2
@ -4662,9 +4662,11 @@ end;
|
||||
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
procedure TCustomSynEdit.StartPaintBuffer(const ClipRect: TRect);
|
||||
{$IFNDEF DisableDoubleBuf}
|
||||
var
|
||||
NewBufferWidth: Integer;
|
||||
NewBufferHeight: Integer;
|
||||
{$ENDIF}
|
||||
begin
|
||||
if (SavedCanvas<>nil) then RaiseGDBException('');
|
||||
{$IFNDEF DisableDoubleBuf}
|
||||
|
Loading…
Reference in New Issue
Block a user