This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 6478f998513694cc8da152f728d16f432c374aa5
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Nov 21 09:33:55 2023 -0500
ecore_drm2: Remove unused 'supported_rotations' field from
Ecore_Drm2_Display
---
src/lib/ecore_drm2/ecore_drm2_private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h
index 017fe56599..4eaa9ef028 100644
--- a/src/lib/ecore_drm2/ecore_drm2_private.h
+++ b/src/lib/ecore_drm2/ecore_drm2_private.h
@@ -246,7 +246,7 @@ struct _Ecore_Drm2_Display
uint32_t subpixel;
- uint32_t supported_rotations;
+ /* uint32_t supported_rotations; */
struct
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.