fpspreadsheet: Clean up searching routines.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8080 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-08-26 13:19:10 +00:00
parent 9448894c7c
commit dba75889aa
3 changed files with 1 additions and 9 deletions

View File

@@ -751,7 +751,6 @@ type
FOnRemovingWorksheet: TsWorksheetEvent;
FOnSelectWorksheet: TsWorksheetEvent;
FOnReadCellData: TsWorkbookReadCellDataEvent;
FSearchEngine: TObject;
FCryptoInfo: TsCryptoInfo;
FMetaData: TsMetaData;
{FrevisionsCrypto: TsCryptoInfo;} // Commented out because it needs revision handling
@@ -6323,8 +6322,6 @@ begin
RemoveAllEmbeddedObj;
FEmbeddedObjList.Free;
FreeAndNil(FSearchEngine);
inherited Destroy;
end;