mirror of
https://github.com/unarray/file-tree-generator.git
synced 2026-07-22 08:40:29 +00:00
Remove useless method
This commit is contained in:
parent
ef0fa48746
commit
fbd05da067
1 changed files with 0 additions and 4 deletions
|
|
@ -61,8 +61,4 @@ export class SettingsTab extends PluginSettingTab {
|
|||
);
|
||||
};
|
||||
|
||||
public getSettings = (): PluginSettings => {
|
||||
return { ...this.settings };
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue