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 b6757151812f3dea5fb7bb1ab49f98bd3a1c7c41
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Sat Aug 9 08:33:05 2025 -0500

    ecore_drm2: Remove useless TODO comments
    
    These are already handled in _ecore_drm2_display_state_fill
---
 src/lib/ecore_drm2/ecore_drm2_displays.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/lib/ecore_drm2/ecore_drm2_displays.c b/src/lib/ecore_drm2/ecore_drm2_displays.c
index 346abe3c10..e26ac67304 100644
--- a/src/lib/ecore_drm2/ecore_drm2_displays.c
+++ b/src/lib/ecore_drm2/ecore_drm2_displays.c
@@ -693,9 +693,6 @@ _ecore_drm2_displays_create(Ecore_Drm2_Device *dev)
 
         _ecore_drm2_displays_planes_init(disp);
 
-        /* TODO: init gamma size */
-        /* TODO: init backlight */
-
         /* append this display to the list */
         dev->displays = eina_list_append(dev->displays, disp);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to