mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
chore(windows): delete unused WideStringClass.pas
This commit is contained in:
parent
ac587286bf
commit
092c149f31
3 changed files with 0 additions and 39 deletions
|
|
@ -67,7 +67,6 @@ uses
|
|||
Hints in '..\..\global\delphi\hints\Hints.pas',
|
||||
utilcheckfonts in '..\..\global\delphi\general\utilcheckfonts.pas',
|
||||
findfonts in '..\..\global\delphi\general\findfonts.pas',
|
||||
WideStringClass in '..\..\global\delphi\general\WideStringClass.pas',
|
||||
utiluac in '..\..\global\delphi\general\utiluac.pas',
|
||||
VKeyChars in '..\..\global\delphi\general\VKeyChars.pas',
|
||||
usp10 in '..\..\..\..\common\windows\delphi\general\usp10.pas',
|
||||
|
|
|
|||
|
|
@ -183,7 +183,6 @@
|
|||
<DCCReference Include="..\..\global\delphi\hints\Hints.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\utilcheckfonts.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\findfonts.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\WideStringClass.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\utiluac.pas"/>
|
||||
<DCCReference Include="..\..\global\delphi\general\VKeyChars.pas"/>
|
||||
<DCCReference Include="..\..\..\..\common\windows\delphi\general\usp10.pas"/>
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
(*
|
||||
Name: WideStringClass
|
||||
Copyright: Copyright (C) SIL International.
|
||||
Documentation:
|
||||
Description:
|
||||
Create Date: 27 Mar 2008
|
||||
|
||||
Modified Date: 27 Mar 2008
|
||||
Authors: mcdurdin
|
||||
Related Files:
|
||||
Dependencies:
|
||||
|
||||
Bugs:
|
||||
Todo:
|
||||
Notes:
|
||||
History: 27 Mar 2008 - mcdurdin - Initial version
|
||||
*)
|
||||
unit WideStringClass;
|
||||
|
||||
interface
|
||||
|
||||
type
|
||||
TWideString = class
|
||||
s: string;
|
||||
constructor Create(const fs: WideString);
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
{ TWideString }
|
||||
|
||||
constructor TWideString.Create(const fs: WideString);
|
||||
begin
|
||||
s := fs;
|
||||
end;
|
||||
|
||||
end.
|
||||
Loading…
Add table
Reference in a new issue