mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
Gtk3: removed TGtk3WSCustomListView.GetFocused, it isn't used by LCL at all anymore.
This commit is contained in:
parent
cd67b9603c
commit
01058cca8d
@ -152,7 +152,6 @@ type
|
||||
|
||||
class function GetBoundingRect(const ALV: TCustomListView): TRect; override;
|
||||
class function GetDropTarget(const ALV: TCustomListView): Integer; override;
|
||||
class function GetFocused(const ALV: TCustomListView): Integer; override;
|
||||
class function GetHoverTime(const ALV: TCustomListView): Integer; override;
|
||||
class function GetItemAt(const ALV: TCustomListView; x,y: integer): Integer; override;
|
||||
class function GetSelCount(const ALV: TCustomListView): Integer; override;
|
||||
@ -784,13 +783,6 @@ begin
|
||||
Result := -1;
|
||||
end;
|
||||
|
||||
class function TGtk3WSCustomListView.GetFocused(const ALV: TCustomListView
|
||||
): Integer;
|
||||
begin
|
||||
DebugLn('TGtk3WSCustomListView.GetFocused ');
|
||||
Result := -1;
|
||||
end;
|
||||
|
||||
class function TGtk3WSCustomListView.GetHoverTime(const ALV: TCustomListView
|
||||
): Integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user