lcl: carbon: clean up

git-svn-id: trunk@45947 -
This commit is contained in:
mattias 2014-07-20 21:46:15 +00:00
parent e3e3c31ab3
commit 968a8bb630
2 changed files with 2 additions and 2 deletions

View File

@ -859,7 +859,8 @@ begin
//DebugLn(['TApplication.ShowHintWindow FHintWindow.Color=',dbgs(FHintWindow.Color),' HintInfo.HintColor=',dbgs(HintInfo.HintColor)]);
//debugln('TApplication.ShowHintWindow B HintWinRect=',dbgs(HintWinRect),' HintStr="',DbgStr(HintInfo.HintStr),'"');
FHintWindow.ActivateWithData(HintWinRect, HintInfo.HintStr, HintInfo.HintData);
FHintWindow.HintRectAdjust := HintWinRect;
FHintWindow.ActivateText(HintInfo.HintStr);
FHintRect := HintInfo.CursorRect;
// start hide timer
StartHintTimer(HintInfo.HideTimeout,ahttHideHint);

View File

@ -3,7 +3,6 @@
// Open a given URL with the default browser
function OpenURL(AURL: String): Boolean;
var
cf: CFStringRef;
url: CFURLRef;
begin
if AURL = '' then