aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/lib/Trash/TrashItem.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files_trashbin/lib/Trash/TrashItem.php b/apps/files_trashbin/lib/Trash/TrashItem.php
index 12fd9b7c138..71830d8b91e 100644
--- a/apps/files_trashbin/lib/Trash/TrashItem.php
+++ b/apps/files_trashbin/lib/Trash/TrashItem.php
@@ -178,10 +178,6 @@ class TrashItem implements ITrashItem {
return $this->getOriginalLocation();
}
- public function getMetadataEtag(): ?string {
- return $this->fileInfo->getMetadataEtag();
- }
-
public function getCreationTime(): int {
return $this->fileInfo->getCreationTime();
}