summaryrefslogtreecommitdiff
path: root/rtl/win32/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/win32/system.pp')
-rw-r--r--rtl/win32/system.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtl/win32/system.pp b/rtl/win32/system.pp
index 17ebb76842..9afb051e9e 100644
--- a/rtl/win32/system.pp
+++ b/rtl/win32/system.pp
@@ -671,7 +671,6 @@ begin
SysInitExceptions;
{ setup fastmove stuff }
fpc_cpucodeinit;
- initwidestringmanager;
initunicodestringmanager;
InitWin32Widestrings;
SysInitStdIO;
@@ -680,6 +679,5 @@ begin
{ Reset IO Error }
InOutRes:=0;
ProcessID := GetCurrentProcessID;
- initvariantmanager;
DispCallByIDProc:=@DoDispCallByIDError;
end.