Post-merge cleanup (auto-merge failures)

This commit is contained in:
SebastianMC 2023-08-24 11:29:47 +02:00
parent eed3a65f08
commit 947e384705
1 changed files with 0 additions and 9 deletions

View File

@ -33,15 +33,6 @@ import {
BookmarksPluginInterface BookmarksPluginInterface
} from "../utils/BookmarksCorePluginSignature"; } 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 { export interface ProcessingContext {
// For internal transient use // For internal transient use
plugin?: Plugin // to hand over the access to App instance to the sorting engine plugin?: Plugin // to hand over the access to App instance to the sorting engine