mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 10:19:22 +02:00
LCL: Minor clean-up of code in lcl-fpgui. Issue #24166, patch from Graeme
git-svn-id: trunk@40665 -
This commit is contained in:
parent
460f108b68
commit
9144f86c55
@ -1,13 +1,8 @@
|
||||
{ $Id: qtint.pp 10067 2006-10-15 13:27:27Z andrew $ }
|
||||
{
|
||||
{
|
||||
/***************************************************************************
|
||||
FpGui.pp - FpGuiInterface Object
|
||||
-------------------
|
||||
|
||||
Initial Revision : Thu July 1st CST 1999
|
||||
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
*****************************************************************************
|
||||
* *
|
||||
|
@ -178,28 +178,6 @@ begin
|
||||
AWinControl.Handle := 0;
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// I M P O R T A N T
|
||||
////////////////////////////////////////////////////
|
||||
// To improve speed, register only classes
|
||||
// which actually implement something
|
||||
////////////////////////////////////////////////////
|
||||
// RegisterWSComponent(TCustomStatusBar, TFpGuiWSStatusBar);
|
||||
// RegisterWSComponent(TCustomTabSheet, TFpGuiWSTabSheet);
|
||||
// RegisterWSComponent(TCustomPageControl, TFpGuiWSPageControl);
|
||||
// RegisterWSComponent(TCustomListView, TFpGuiWSCustomListView);
|
||||
// RegisterWSComponent(TCustomListView, TFpGuiWSListView);
|
||||
// RegisterWSComponent(TCustomProgressBar, TFpGuiWSProgressBar);
|
||||
// RegisterWSComponent(TCustomUpDown, TFpGuiWSCustomUpDown);
|
||||
// RegisterWSComponent(TCustomUpDown, TFpGuiWSUpDown);
|
||||
// RegisterWSComponent(TCustomToolButton, TFpGuiWSToolButton);
|
||||
// RegisterWSComponent(TCustomToolBar, TFpGuiWSToolBar);
|
||||
// RegisterWSComponent(TCustomToolButton, TFpGuiWSToolButton);
|
||||
// RegisterWSComponent(TCustomToolBar, TFpGuiWSToolBar);
|
||||
// RegisterWSComponent(TCustomTrackBar, TFpGuiWSTrackBar);
|
||||
// RegisterWSComponent(TCustomTreeView, TFpGuiWSCustomTreeView);
|
||||
// RegisterWSComponent(TCustomTreeView, TFpGuiWSTreeView);
|
||||
////////////////////////////////////////////////////
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user