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 6273deb6fdea0790ed56120f471c5c0499cc078a
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Sat Dec 3 07:57:12 2022 -0500
ecore_drm2: Remove dead comments
---
src/lib/ecore_drm2/ecore_drm2_device.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/lib/ecore_drm2/ecore_drm2_device.c b/src/lib/ecore_drm2/ecore_drm2_device.c
index 064c52ebc8..e74bffebc9 100644
--- a/src/lib/ecore_drm2/ecore_drm2_device.c
+++ b/src/lib/ecore_drm2/ecore_drm2_device.c
@@ -285,8 +285,6 @@ ecore_drm2_device_open(const char *seat, unsigned int tty)
return dev;
-/* atomic_fill_err: */
-/* free(dev->atomic_state); */
disp_err:
_ecore_drm2_connectors_destroy(dev);
plane_err:
@@ -311,8 +309,6 @@ ecore_drm2_device_close(Ecore_Drm2_Device *dev)
{
EINA_SAFETY_ON_NULL_RETURN(dev);
- /* _ecore_drm2_atomic_state_free(dev->atomic_state); */
-
_ecore_drm2_displays_destroy(dev);
_ecore_drm2_connectors_destroy(dev);
_ecore_drm2_planes_destroy(dev);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.