From 8d7261a24a80a14096fe4cc8a3f753de0493e324 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Mon, 12 Feb 2018 17:56:22 +0000 Subject: [PATCH] Remove old components --- client/src/ui/components/bd/CoreSettings.vue | 45 ------------------- client/src/ui/components/bd/EmoteSettings.vue | 27 ----------- client/src/ui/components/bd/UISettings.vue | 27 ----------- client/src/ui/components/bd/index.js | 3 -- 4 files changed, 102 deletions(-) delete mode 100644 client/src/ui/components/bd/CoreSettings.vue delete mode 100644 client/src/ui/components/bd/EmoteSettings.vue delete mode 100644 client/src/ui/components/bd/UISettings.vue diff --git a/client/src/ui/components/bd/CoreSettings.vue b/client/src/ui/components/bd/CoreSettings.vue deleted file mode 100644 index 7e1ae6ed..00000000 --- a/client/src/ui/components/bd/CoreSettings.vue +++ /dev/null @@ -1,45 +0,0 @@ -/** - * BetterDiscord Core Settings Component - * Copyright (c) 2015-present Jiiks/JsSucks - https://github.com/Jiiks / https://github.com/JsSucks - * All rights reserved. - * https://betterdiscord.net - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. -*/ - - - - diff --git a/client/src/ui/components/bd/EmoteSettings.vue b/client/src/ui/components/bd/EmoteSettings.vue deleted file mode 100644 index 3a5311d1..00000000 --- a/client/src/ui/components/bd/EmoteSettings.vue +++ /dev/null @@ -1,27 +0,0 @@ - /** - * BetterDiscord Emote Settings Component - * Copyright (c) 2015-present Jiiks/JsSucks - https://github.com/Jiiks / https://github.com/JsSucks - * All rights reserved. - * https://betterdiscord.net - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. -*/ - - - - diff --git a/client/src/ui/components/bd/UISettings.vue b/client/src/ui/components/bd/UISettings.vue deleted file mode 100644 index b940c5a4..00000000 --- a/client/src/ui/components/bd/UISettings.vue +++ /dev/null @@ -1,27 +0,0 @@ - /** - * BetterDiscord UI Settings Component - * Copyright (c) 2015-present Jiiks/JsSucks - https://github.com/Jiiks / https://github.com/JsSucks - * All rights reserved. - * https://betterdiscord.net - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. -*/ - - - - diff --git a/client/src/ui/components/bd/index.js b/client/src/ui/components/bd/index.js index 7b129ae6..0853a93f 100644 --- a/client/src/ui/components/bd/index.js +++ b/client/src/ui/components/bd/index.js @@ -1,8 +1,5 @@ export { default as SettingsWrapper } from './SettingsWrapper.vue'; export { default as SettingsPanel } from './SettingsPanel.vue'; -export { default as CoreSettings } from './CoreSettings.vue'; -export { default as UISettings } from './UISettings.vue'; -export { default as EmoteSettings } from './EmoteSettings.vue'; export { default as CssEditorView } from './CssEditor.vue'; export { default as PluginsView } from './PluginsView.vue'; export { default as ThemesView } from './ThemesView.vue';