diff --git a/src/custom-sort/custom-sort.ts b/src/custom-sort/custom-sort.ts index 64eb919..01a89dc 100644 --- a/src/custom-sort/custom-sort.ts +++ b/src/custom-sort/custom-sort.ts @@ -33,15 +33,6 @@ import { BookmarksPluginInterface } from "../utils/BookmarksCorePluginSignature"; -export interface ProcessingContext { - // For internal transient use - plugin?: Plugin // to hand over the access to App instance to the sorting engine - _mCache?: MetadataCache - starredPluginInstance?: Starred_PluginInstance - bookmarksPluginInstance?: BookmarksPluginInterface, - iconFolderPluginInstance?: ObsidianIconFolder_PluginInstance -} - export interface ProcessingContext { // For internal transient use plugin?: Plugin // to hand over the access to App instance to the sorting engine