diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clistint.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index c7e8d39a8f..ce93a1ca31 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -589,11 +589,6 @@ end; function CLCDEFAULT_HOTTEXTCOLOUR:dword;
{$IFDEF AllowInline}inline;{$ENDIF}
begin
-{
- if IsWinVer98Plus then
- result:=RGB(0,0,255)
- else
-}
- result:=GetSysColor(COLOR_HOTLIGHT);
+ result:=RGB(0,0,255);
end;
{$ENDIF}
|