Browse Source

* Remove threads

Michaël Van Canneyt 1 year ago
parent
commit
43c95968a5
1 changed files with 0 additions and 6 deletions
  1. 0 6
      demo/StyleSheet/StylesheetDemo.lpr

+ 0 - 6
demo/StyleSheet/StylesheetDemo.lpr

@@ -3,12 +3,6 @@ program StylesheetDemo;
 {$mode objfpc}{$H+}
 
 uses
-  {$IFDEF UNIX}
-  cthreads,
-  {$ENDIF}
-  {$IFDEF HASAMIGA}
-  athreads,
-  {$ENDIF}
   Interfaces, // this includes the LCL widgetset
   Forms, MainUnit;