rtl: removed obsolete widechar declaration

This commit is contained in:
mattias 2020-11-12 23:42:33 +00:00
parent 55ebba76b2
commit 46053a8ce5

View File

@ -87,7 +87,6 @@ type
UnicodeString = type String;
WideString = type String;
WideChar = char;
UnicodeChar = char;
TDynArrayIndex = NativeInt;