summaryrefslogtreecommitdiff
path: root/src/client/components/note.vue
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-16 21:05:17 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-16 21:05:17 +0900
commit518bc92673a4e1ec49c395e347632ea6dc9774e4 (patch)
tree19fe6016f3388b635076edbca3143741f2f1644a /src/client/components/note.vue
parentRefactor: Extract scroll utility functions (diff)
downloadsharkey-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.vue4
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);