mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 17:20:29 +02:00
ideintf: less hints
git-svn-id: branches/fixes_2_0@59213 -
This commit is contained in:
parent
8d07f3907c
commit
7e03c50e07
@ -26,7 +26,7 @@ interface
|
||||
uses
|
||||
Classes, SysUtils, TypInfo, Laz_AVL_Tree,
|
||||
// LazUtils
|
||||
LazLoggerBase, LazUtilities,
|
||||
LazLoggerBase,
|
||||
// LCL
|
||||
LCLProc, Dialogs, Controls, ComCtrls, Graphics,
|
||||
// IdeIntf
|
||||
|
@ -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;
|
||||
|
@ -28,8 +28,6 @@ uses
|
||||
Classes, SysUtils,
|
||||
// LCL
|
||||
LCLProc, Controls, Buttons, Forms, StdCtrls, Graphics, ComCtrls, Grids,
|
||||
// LazUtils
|
||||
Laz2_XMLCfg, LazMethodList,
|
||||
// IdeIntf
|
||||
IDEOptionsIntf, EditorSyntaxHighlighterDef;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user