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 uses
Classes, SysUtils, TypInfo, Laz_AVL_Tree, Classes, SysUtils, TypInfo, Laz_AVL_Tree,
// LazUtils // LazUtils
LazLoggerBase, LazUtilities, LazLoggerBase,
// LCL // LCL
LCLProc, Dialogs, Controls, ComCtrls, Graphics, LCLProc, Dialogs, Controls, ComCtrls, Graphics,
// IdeIntf // IdeIntf

View File

@ -38,8 +38,8 @@ type
FImages_12: TLCLGlyphs; FImages_12: TLCLGlyphs;
FImages_16: TLCLGlyphs; FImages_16: TLCLGlyphs;
FImages_24: TLCLGlyphs; FImages_24: TLCLGlyphs;
procedure FImages_24_GetWidthForPPI(Sender: TCustomImageList; AImageWidth, procedure FImages_24_GetWidthForPPI(Sender: TCustomImageList; {%H-}AImageWidth,
APPI: Integer; var AResultWidth: Integer); {%H-}APPI: Integer; var AResultWidth: Integer);
function GetImages(Size: Integer): TLCLGlyphs; function GetImages(Size: Integer): TLCLGlyphs;
protected protected
function GetImages_12: TLCLGlyphs; function GetImages_12: TLCLGlyphs;

View File

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