Browse Source

For now don't register bclistboxex

lainz 5 years ago
parent
commit
7aa815e075
2 changed files with 0 additions and 2 deletions
  1. 0 1
      bgracontrols.lpk
  2. 0 1
      bgracontrols.pas

+ 0 - 1
bgracontrols.lpk

@@ -324,7 +324,6 @@
       </Item59>
       <Item60>
         <Filename Value="bclistboxex.pas"/>
-        <HasRegisterProc Value="True"/>
         <UnitName Value="BCListBoxEx"/>
       </Item60>
     </Files>

+ 0 - 1
bgracontrols.pas

@@ -65,7 +65,6 @@ begin
   RegisterUnit('DTAnalogGauge', @DTAnalogGauge.Register);
   RegisterUnit('dtthemedclock', @dtthemedclock.Register);
   RegisterUnit('dtthemedgauge', @dtthemedgauge.Register);
-  RegisterUnit('BCListBoxEx', @BCListBoxEx.Register);
 end;
 
 initialization