mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 01:00:22 +02:00
IDE: Remove an unused global variable in SearchFrm (FindInFiles). By n7800.
This commit is contained in:
parent
4aa4856b2f
commit
eab8ceff45
@ -127,9 +127,6 @@ type
|
||||
property Progress: TIDESearchInTextProgress read FProgress;
|
||||
end;
|
||||
|
||||
var
|
||||
SearchProgressForm: TSearchProgressForm;
|
||||
|
||||
function SearchInText(const TheFileName: string;
|
||||
var TheText: string;// if TheFileName='' then use TheText
|
||||
SearchFor, ReplaceText: string;
|
||||
|
Loading…
Reference in New Issue
Block a user