diff options
Diffstat (limited to 'apps/theming/lib/ITheme.php')
-rw-r--r-- | apps/theming/lib/ITheme.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/theming/lib/ITheme.php b/apps/theming/lib/ITheme.php index 4ff455005a2..3c3b081aec5 100644 --- a/apps/theming/lib/ITheme.php +++ b/apps/theming/lib/ITheme.php @@ -72,14 +72,6 @@ interface ITheme { public function getDescription(): string; /** - * Get the meta attribute matching the theme - * e.g. https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme - * @return array{name?: string, content?: string}[] - * @since 29.0.0 - */ - public function getMeta(): array; - - /** * Get the media query triggering this theme * Optional, ignored if falsy * |