From 7c0fdf0c457d55b6bfdda0282cf5099057c715c7 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 21 Sep 2013 21:58:47 +0000 Subject: Not needed version checks removed git-svn-id: http://svn.miranda-ng.org/main/trunk@6172 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clistint.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/delphi') 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} -- cgit v1.2.3