remove unused static getType() from section widgets

This commit is contained in:
zadam
2021-05-29 13:51:21 +02:00
parent 7a389baf08
commit aa901b67ed
10 changed files with 0 additions and 20 deletions

View File

@@ -36,8 +36,6 @@ const TPL = `
</div>`;
export default class NotePathsWidget extends NoteContextAwareWidget {
static getType() { return "note-paths"; }
isEnabled() {
return this.note;
}