From a8222c5290ab9a63d0af9dc43d0f42cab8fa83a1 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 9 Sep 2019 23:13:48 +0200 Subject: [PATCH] Remove obsolete code I believe this is obsolete code. Could someone double-check? @mattwr18 I tried to see any difference to `master` and I couldn't. Did I miss sth.? For context: During my work on https://github.com/Human-Connection/Human-Connection/pull/1517 the webapp was complaining about missing mutations when I changed the dropdown. --- webapp/components/Comment.vue | 6 +---- .../CommentForm/CommentForm.spec.js | 12 ---------- webapp/components/CommentForm/CommentForm.vue | 8 +------ .../EditCommentForm/EditCommentForm.vue | 5 ---- webapp/components/Editor/Editor.spec.js | 24 ++++--------------- webapp/components/Editor/Editor.vue | 5 ++-- .../LocaleSwitch/LocaleSwitch.spec.js | 10 +------- .../components/LocaleSwitch/LocaleSwitch.vue | 3 --- webapp/store/editor.js | 24 ------------------- webapp/store/editor.spec.js | 20 ---------------- 10 files changed, 11 insertions(+), 106 deletions(-) delete mode 100644 webapp/store/editor.js delete mode 100644 webapp/store/editor.spec.js diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index 7547927eb..3599c491a 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -58,7 +58,7 @@