rtl: removed obsolete widechar declaration

This commit is contained in:
mattias 2020-11-12 23:41:57 +00:00
parent 5a1d978516
commit c09d97e72d

View File

@ -86,7 +86,6 @@ type
NativeLargeUInt = NativeUInt;
WideString = type String;
WideChar = char;
UnicodeChar = char;
TDynArrayIndex = NativeInt;