Chore: Remove unused/deprecated method (#74485)

This commit is contained in:
Ryan McKinley 2023-09-19 10:51:50 -07:00 committed by GitHub
parent b54e4c0ddb
commit e83054386b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,12 +321,6 @@ abstract class DataSourceApi<
*/
modifyQuery?(query: TQuery, action: QueryFixAction): TQuery;
/**
* @deprecated since version 8.2.0
* Not used anymore.
*/
getHighlighterExpression?(query: TQuery): string[];
/** Get an identifier object for this datasource instance */
getRef(): DataSourceRef {
return { type: this.type, uid: this.uid };