aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Search/Result/Image.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Search/Result/Image.php')
-rw-r--r--lib/private/Search/Result/Image.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/lib/private/Search/Result/Image.php b/lib/private/Search/Result/Image.php
deleted file mode 100644
index e1333424017..00000000000
--- a/lib/private/Search/Result/Image.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-
-/**
- * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
- * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
- * SPDX-License-Identifier: AGPL-3.0-only
- */
-namespace OC\Search\Result;
-
-/**
- * A found image file
- * @deprecated 20.0.0
- */
-class Image extends File {
- /**
- * Type name; translated in templates
- * @var string
- * @deprecated 20.0.0
- */
- public $type = 'image';
-
- /**
- * @TODO add EXIF information
- */
-}