Browse Source

unused units

Unknown 7 years ago
parent
commit
32859f057c
4 changed files with 4 additions and 4 deletions
  1. 1 1
      bcbasectrls.pas
  2. 1 1
      bcbutton.pas
  3. 1 1
      bclistbox.pas
  4. 1 1
      colorspeedbutton.pas

+ 1 - 1
bcbasectrls.pas

@@ -41,7 +41,7 @@ unit BCBaseCtrls;
 interface
 
 uses
-  Classes, SysUtils, Types, Controls, ExtCtrls, Graphics,
+  Classes, SysUtils, Controls, ExtCtrls, Graphics,
   {$IFNDEF FPC}Windows, Messages, BGRAGraphics, GraphType, FPImage, {$ELSE} LCLType,{$ENDIF}
   BGRABitmap, BGRABitmapTypes;
 

+ 1 - 1
bcbutton.pas

@@ -52,7 +52,7 @@ unit BCButton;
 interface
 
 uses
-  Classes, types, {$IFDEF FPC}LCLType, LResources, LMessages,{$ENDIF} Controls, Dialogs,
+  Classes, types, {$IFDEF FPC}LCLType, LResources, {$ENDIF} Controls, Dialogs,
   ActnList, ImgList, Menus, // MORA
   Buttons, Graphics,
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}

+ 1 - 1
bclistbox.pas

@@ -10,7 +10,7 @@ unit BCListBox;
 interface
 
 uses
-  Classes, SysUtils, {$IFDEF FPC}LCLType, LResources, LMessages,{$ENDIF}
+  Classes, SysUtils, {$IFDEF FPC}LCLType, LResources, {$ENDIF}
   Forms, Controls, Graphics, Dialogs, StdCtrls,
   {$IFNDEF FPC}Types, BGRAGraphics, GraphType, FPImage, BCBaseCtrls,{$ENDIF}
   BGRAVirtualScreen, BGRABitmap, BGRASliceScaling;

+ 1 - 1
colorspeedbutton.pas

@@ -16,7 +16,7 @@ interface
 uses
   Classes, SysUtils, Types, {$IFDEF FPC}LCLType, LCLProc, LResources,{$ENDIF}
   {$IFNDEF FPC}BGRAGraphics, GraphType, FPImage, {$ENDIF}
-  Forms, Controls, Graphics, Dialogs, Buttons, BGRASpeedButton, Themes, Math;
+  Forms, Controls, Graphics, Dialogs, Buttons, BGRASpeedButton, Themes;
 
 type