Gtk3: removed TGtk3WSCustomListView.GetFocused, it isn't used by LCL at all anymore.

This commit is contained in:
zeljan1 2025-02-05 11:30:57 +01:00
parent cd67b9603c
commit 01058cca8d

View File

@ -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