diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 772f79da..8a31b106 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -147,9 +147,6 @@ export default { } }, methods: { - toggleBookshelfTexture() { - this.$store.dispatch('setBookshelfTexture', 'wood2.png') - }, cancelSelectionMode() { if (this.processingBatchDelete) return this.$store.commit('setSelectedLibraryItems', []) diff --git a/client/components/app/BookShelfCategorized.vue b/client/components/app/BookShelfCategorized.vue index beabb150..3322677f 100644 --- a/client/components/app/BookShelfCategorized.vue +++ b/client/components/app/BookShelfCategorized.vue @@ -2,10 +2,6 @@
Texture
{{ libraryName }} Library is empty!
@@ -100,9 +96,6 @@ export default { } }, methods: { - showBookshelfTextureModal() { - this.$store.commit('globals/setShowBookshelfTextureModal', true) - }, async init() { this.wrapperClientWidth = this.$refs.wrapper ? this.$refs.wrapper.clientWidth : 0 diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index 3f8f7d71..0a4e0c5b 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -22,13 +22,6 @@Texture
-Bookshelf Texture
-