remove unused

This commit is contained in:
Will Scullin 2021-05-19 15:29:57 -07:00
parent 0cff2414f8
commit 89c0af5740
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -38,10 +38,6 @@ export class OptionsModal {
private handlers: Record<string, OptionHandler> = {}
private sections: OptionSection[] = []
construct() {
this.prefs = new Prefs();
}
addOptions(handler: OptionHandler) {
const sections = handler.getOptions();
for (const section of sections) {