lazutils: less hints

git-svn-id: trunk@35794 -
This commit is contained in:
mattias 2012-03-07 11:31:51 +00:00
parent d49fc859ad
commit 34ad8277c0
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
procedure DebuglnStack(const s: string = '');
procedure DbgOut(const s: string = ''); inline; overload;

View File

@ -38,7 +38,7 @@ type
{$DEFINE USED_BY_LAZLOGGER_DUMMY}
{$push}
{$H-}
{$HINTS off}
{$I LazLoggerIntf.inc}
{$pop}
@ -203,7 +203,7 @@ var // Using base TRefCountedObject, so if none of the functions is used in the
TheLazLoggerGroups: TRefCountedObject = nil;
{$push}
{$H-}
{$HINTS off}
{$I LazLoggerImpl.inc}
{$pop}