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
uses
Types, SysUtils, Classes, Controls, ExtCtrls, Buttons, Forms, GraphType,
Types, SysUtils, Classes, Controls, ExtCtrls, StdCtrls, Buttons, Forms, GraphType,
Graphics, LMessages, LCLStrConsts, Themes;
type

View File

@ -67,11 +67,6 @@ type
}
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 }
TGlyphTransparencyMode = (
gtmGlyph, // transparency is defined by the glyph itself (bitbtn)