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