diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-16 21:05:17 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-16 21:05:17 +0900 |
| commit | 518bc92673a4e1ec49c395e347632ea6dc9774e4 (patch) | |
| tree | 19fe6016f3388b635076edbca3143741f2f1644a /src/client/components/note.vue | |
| parent | Refactor: Extract scroll utility functions (diff) | |
| download | sharkey-518bc92673a4e1ec49c395e347632ea6dc9774e4.tar.gz sharkey-518bc92673a4e1ec49c395e347632ea6dc9774e4.tar.bz2 sharkey-518bc92673a4e1ec49c395e347632ea6dc9774e4.zip | |
Clean up
Diffstat (limited to 'src/client/components/note.vue')
| -rw-r--r-- | src/client/components/note.vue | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/components/note.vue b/src/client/components/note.vue index 1dd10cac55..ae47748505 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -196,10 +196,6 @@ export default Vue.extend({ : 0; }, - title(): string { - return ''; - }, - urls(): string[] { if (this.appearNote.text) { const ast = parse(this.appearNote.text); |