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 d0c7649bd61aded8b7e703089c91a73c410a260f
Author: Christopher Michael <[email protected]>
AuthorDate: Sat Aug 30 08:01:11 2025 -0500
ecore_drm2: Remove commented out line
NB: No functional changes
---
src/lib/ecore_drm2/ecore_drm2_planes.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_planes.c b/src/lib/ecore_drm2/ecore_drm2_planes.c
index b5de02341b..016164d5d6 100644
--- a/src/lib/ecore_drm2/ecore_drm2_planes.c
+++ b/src/lib/ecore_drm2/ecore_drm2_planes.c
@@ -348,7 +348,6 @@ _ecore_drm2_planes_available(Ecore_Drm2_Plane *plane, Ecore_Drm2_Display *disp)
{
if (!plane->state.current)
return !!(plane->drmPlane->possible_crtcs & (1 << disp->crtc->pipe));
-// return EINA_FALSE;
if (!plane->state.current->complete) return EINA_FALSE;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.