aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src/components/FileEntry.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/components/FileEntry.vue')
-rw-r--r--apps/files/src/components/FileEntry.vue11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files/src/components/FileEntry.vue b/apps/files/src/components/FileEntry.vue
index 420af67f9eb..fa4c67cb553 100644
--- a/apps/files/src/components/FileEntry.vue
+++ b/apps/files/src/components/FileEntry.vue
@@ -138,7 +138,6 @@ export default Vue.extend({
Fragment,
NcActionButton,
NcActions,
- NcButton,
NcCheckboxRadioSwitch,
NcLoadingIcon,
},
@@ -328,16 +327,6 @@ export default Vue.extend({
},
methods: {
- /**
- * Get a cached note from the store
- *
- * @param {number} fileId the file id to get
- * @return {Folder|File}
- */
- getNode(fileId) {
- return this.filesStore.getNode(fileId)
- },
-
async debounceIfNotCached() {
if (!this.previewUrl) {
return