diff --git a/src/renderer/components/watch-playlist/watch-playlist.css b/src/renderer/components/watch-playlist/watch-playlist.css
deleted file mode 100644
index 4c88fdbd..00000000
--- a/src/renderer/components/watch-playlist/watch-playlist.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.maxWidth {
- width: 100%;
-}
diff --git a/src/renderer/components/watch-playlist/watch-playlist.js b/src/renderer/components/watch-playlist/watch-playlist.js
deleted file mode 100644
index 7a0429e7..00000000
--- a/src/renderer/components/watch-playlist/watch-playlist.js
+++ /dev/null
@@ -1,33 +0,0 @@
-import Vue from 'vue'
-import FtFlexBox from '../ft-flex-box/ft-flex-box.vue'
-import FtGrid from '../ft-grid/ft-grid.vue'
-import FtListVideo from '../ft-list-video/ft-list-video.vue'
-import FtListChannel from '../ft-list-channel/ft-list-channel.vue'
-import FtListPlaylist from '../ft-list-playlist/ft-list-playlist.vue'
-
-export default Vue.extend({
- name: 'WatchPlaylist',
- components: {
- 'ft-flex-box': FtFlexBox,
- 'ft-grid': FtGrid,
- 'ft-list-video': FtListVideo,
- 'ft-list-channel': FtListChannel,
- 'ft-list-playlist': FtListPlaylist
- },
- props: {
- data: {
- type: Array,
- required: true
- }
- },
- data: function () {
- return {
- test: 'hello'
- }
- },
- computed: {
- listType: function () {
- return this.$store.getters.getListType
- }
- }
-})
diff --git a/src/renderer/components/watch-playlist/watch-playlist.vue b/src/renderer/components/watch-playlist/watch-playlist.vue
deleted file mode 100644
index 052ada01..00000000
--- a/src/renderer/components/watch-playlist/watch-playlist.vue
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-