From 947e3847057fe30d9d7f65e6b526f8c0abaa4623 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:29:47 +0200 Subject: [PATCH] Post-merge cleanup (auto-merge failures) --- src/custom-sort/custom-sort.ts | 9 --------- 1 file changed, 9 deletions(-) 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