diff --git a/public10/design/U_BaseDataLink.pas b/public10/design/U_BaseDataLink.pas index 193b51b..d4c4f1f 100644 --- a/public10/design/U_BaseDataLink.pas +++ b/public10/design/U_BaseDataLink.pas @@ -56,12 +56,6 @@ var I: Integer; thread:Tthread; begin - thread:=TThread.CreateAnonymousThread( - procedure - begin - TThread.Synchronize(nil, - procedure - begin RootLookAndFeel.NativeStyle := false; gFontSize:=0; @@ -89,12 +83,6 @@ begin RootLookAndFeel.SkinName := sdxSkinsUserSkinName; end; end; - end) - end); - - thread.FreeOnTerminate := True; - thread.Start; - end;