mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 14:40:25 +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
|
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
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user