lcl: remove TCustomButton, TButton redeclaration

git-svn-id: trunk@23676 -
This commit is contained in:
paul 2010-02-10 07:45:35 +00:00
parent 6d3622fa85
commit 0464afa852
2 changed files with 1 additions and 6 deletions

View File

@ -19,7 +19,7 @@ unit ButtonPanel;
interface interface
uses uses
Types, SysUtils, Classes, Controls, ExtCtrls, Buttons, Forms, GraphType, Types, SysUtils, Classes, Controls, ExtCtrls, StdCtrls, Buttons, Forms, GraphType,
Graphics, LMessages, LCLStrConsts, Themes; Graphics, LMessages, LCLStrConsts, Themes;
type type

View File

@ -67,11 +67,6 @@ type
} }
TNumGlyphs = 1..5; TNumGlyphs = 1..5;
{Some type aliases, because TButton is now in StdCtrls,
but was in this unit in Lazarus 0.9.22 and earlier}
TCustomButton = StdCtrls.TCustomButton;
TButton = StdCtrls.TButton;
{ TButtonGlyph } { TButtonGlyph }
TGlyphTransparencyMode = ( TGlyphTransparencyMode = (
gtmGlyph, // transparency is defined by the glyph itself (bitbtn) gtmGlyph, // transparency is defined by the glyph itself (bitbtn)