Remove useless method

This commit is contained in:
Unarray 2023-08-26 18:32:09 +02:00
parent ef0fa48746
commit fbd05da067

View file

@ -61,8 +61,4 @@ export class SettingsTab extends PluginSettingTab {
);
};
public getSettings = (): PluginSettings => {
return { ...this.settings };
};
}