From 3795edb1b97b7544def733cd1b0d850a77c11ae7 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 20 Feb 2022 15:03:31 +0100 Subject: [PATCH] Removed the broken rotation support for video elements. --- es-core/src/ThemeData.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/es-core/src/ThemeData.cpp b/es-core/src/ThemeData.cpp index 91f139afc..4cd199862 100644 --- a/es-core/src/ThemeData.cpp +++ b/es-core/src/ThemeData.cpp @@ -104,8 +104,6 @@ std::map> {"size", NORMALIZED_PAIR}, {"maxSize", NORMALIZED_PAIR}, {"origin", NORMALIZED_PAIR}, - {"rotation", FLOAT}, - {"rotationOrigin", NORMALIZED_PAIR}, {"path", PATH}, {"default", PATH}, {"defaultImage", PATH},