From 7e03c50e078e6e579ce6e892d1802359df293f23 Mon Sep 17 00:00:00 2001 From: mattias Date: Mon, 1 Oct 2018 15:12:08 +0000 Subject: [PATCH] ideintf: less hints git-svn-id: branches/fixes_2_0@59213 - --- components/ideintf/componenttreeview.pas | 2 +- components/ideintf/ideimagesintf.pas | 4 ++-- components/ideintf/ideopteditorintf.pas | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/components/ideintf/componenttreeview.pas b/components/ideintf/componenttreeview.pas index 80afc82c1d..1748f31fe3 100644 --- a/components/ideintf/componenttreeview.pas +++ b/components/ideintf/componenttreeview.pas @@ -26,7 +26,7 @@ interface uses Classes, SysUtils, TypInfo, Laz_AVL_Tree, // LazUtils - LazLoggerBase, LazUtilities, + LazLoggerBase, // LCL LCLProc, Dialogs, Controls, ComCtrls, Graphics, // IdeIntf diff --git a/components/ideintf/ideimagesintf.pas b/components/ideintf/ideimagesintf.pas index cf61db85e5..83f2dc7585 100644 --- a/components/ideintf/ideimagesintf.pas +++ b/components/ideintf/ideimagesintf.pas @@ -38,8 +38,8 @@ type FImages_12: TLCLGlyphs; FImages_16: TLCLGlyphs; FImages_24: TLCLGlyphs; - procedure FImages_24_GetWidthForPPI(Sender: TCustomImageList; AImageWidth, - APPI: Integer; var AResultWidth: Integer); + procedure FImages_24_GetWidthForPPI(Sender: TCustomImageList; {%H-}AImageWidth, + {%H-}APPI: Integer; var AResultWidth: Integer); function GetImages(Size: Integer): TLCLGlyphs; protected function GetImages_12: TLCLGlyphs; diff --git a/components/ideintf/ideopteditorintf.pas b/components/ideintf/ideopteditorintf.pas index 3836ac6d58..44c6f88785 100644 --- a/components/ideintf/ideopteditorintf.pas +++ b/components/ideintf/ideopteditorintf.pas @@ -28,8 +28,6 @@ uses Classes, SysUtils, // LCL LCLProc, Controls, Buttons, Forms, StdCtrls, Graphics, ComCtrls, Grids, - // LazUtils - Laz2_XMLCfg, LazMethodList, // IdeIntf IDEOptionsIntf, EditorSyntaxHighlighterDef;