ideintf: less hints

git-svn-id: branches/fixes_2_0@59213 -
This commit is contained in:
mattias 2018-10-01 15:12:08 +00:00
parent 8d07f3907c
commit 7e03c50e07
3 changed files with 3 additions and 5 deletions

View File

@ -26,7 +26,7 @@ interface
uses
Classes, SysUtils, TypInfo, Laz_AVL_Tree,
// LazUtils
LazLoggerBase, LazUtilities,
LazLoggerBase,
// LCL
LCLProc, Dialogs, Controls, ComCtrls, Graphics,
// IdeIntf

View File

@ -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;

View File

@ -28,8 +28,6 @@ uses
Classes, SysUtils,
// LCL
LCLProc, Controls, Buttons, Forms, StdCtrls, Graphics, ComCtrls, Grids,
// LazUtils
Laz2_XMLCfg, LazMethodList,
// IdeIntf
IDEOptionsIntf, EditorSyntaxHighlighterDef;