LCL: Minor clean-up of code in lcl-fpgui. Issue #24166, patch from Graeme

git-svn-id: trunk@40665 -
This commit is contained in:
juha 2013-03-29 18:39:13 +00:00
parent 460f108b68
commit 9144f86c55
2 changed files with 4 additions and 31 deletions

View File

@ -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
***************************************************************************/
***************************************************************************/
*****************************************************************************
* *

View File

@ -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.