mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
lazcontrols: clean up
git-svn-id: trunk@32068 -
This commit is contained in:
parent
49baf73873
commit
5ad32f98ca
@ -152,8 +152,6 @@ end;
|
||||
|
||||
procedure TExtendedNotebook.MouseDown(Button: TMouseButton; Shift: TShiftState; X,
|
||||
Y: Integer);
|
||||
var
|
||||
t: Integer;
|
||||
Begin
|
||||
{$IFDEF ExtNBookDebug}debugln(['TExtendedNotebook.MouseDown']);{$ENDIF}
|
||||
InitDrag;
|
||||
|
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, LResources, LCLType, Graphics,
|
||||
Controls, StdCtrls, ComCtrls, EditBtn, FileUtil, AvgLvlTree, ImgList;
|
||||
Controls, ComCtrls, EditBtn, FileUtil, AvgLvlTree;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user