mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
cocoa: removing unused field of ForcedLineBreak
git-svn-id: trunk@61568 -
This commit is contained in:
parent
22ca7c1214
commit
b1fd62aab4
@ -172,7 +172,6 @@ type
|
||||
function GetCount: Integer; override;
|
||||
function Get(Index: Integer): string; override;
|
||||
public
|
||||
ForcedLineBreak: String;
|
||||
constructor Create(ATextView: TCocoaTextView);
|
||||
procedure Clear; override;
|
||||
procedure Delete(Index: Integer); override;
|
||||
@ -1133,7 +1132,6 @@ end;
|
||||
constructor TCocoaMemoStrings.Create(ATextView: TCocoaTextView);
|
||||
begin
|
||||
inherited Create;
|
||||
ForcedLineBreak := LineBreak;
|
||||
FTextView := ATextView;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user