Skip to content

Commit

Permalink
Retract rdkitJs options contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Feb 11, 2024
1 parent b0eb899 commit 417e8d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/settings/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface ChemPluginSettingsV3 {
moleculeOptions: Partial<SD_MoleculeOptions>;
reactionOptions: Partial<SD_ReactionOptions>;
};
rdkitJsOptions: {};
}
export const DEFAULT_SETTINGS_V3: ChemPluginSettingsV3 = {
version: 'v3',
Expand All @@ -41,5 +40,4 @@ export const DEFAULT_SETTINGS_V3: ChemPluginSettingsV3 = {
moleculeOptions: {},
reactionOptions: {},
},
rdkitJsOptions: {},
};

0 comments on commit 417e8d4

Please sign in to comment.