From 518bc92673a4e1ec49c395e347632ea6dc9774e4 Mon Sep 17 00:00:00 2001
From: syuilo <Syuilotan@yahoo.co.jp>
Date: Sun, 16 Feb 2020 21:05:17 +0900
Subject: [PATCH] Clean up

---
 src/client/components/note.vue | 4 ----
 1 file changed, 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);