IDE: Remove an unused global variable in SearchFrm (FindInFiles). By n7800.

This commit is contained in:
Juha 2024-04-11 10:20:31 +03:00
parent 4aa4856b2f
commit eab8ceff45

View File

@ -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;