IDE: less hints

git-svn-id: trunk@55772 -
This commit is contained in:
mattias 2017-09-02 09:14:57 +00:00
parent 7c4d9676e0
commit 07104a2774
2 changed files with 2 additions and 1 deletions

View File

@ -3025,6 +3025,7 @@ end;
initialization
DBG_LOCATION_INFO := DebugLogger.FindOrRegisterLogGroup('DBG_LOCATION_INFO' {$IFDEF DBG_LOCATION_INFO} , True {$ENDIF} );
if DBG_LOCATION_INFO=nil then ;
end.

View File

@ -635,7 +635,7 @@ type
procedure StatusBarClick(Sender: TObject);
procedure StatusBarDblClick(Sender: TObject);
procedure StatusBarContextPopup(Sender: TObject; MousePos: TPoint;
var Handled: Boolean);
var {%H-}Handled: Boolean);
procedure StatusBarDrawPanel({%H-}AStatusBar: TStatusBar; APanel: TStatusPanel;
const ARect: TRect);
procedure TabPopUpMenuPopup(Sender: TObject);