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 3e9af3c3ce48306e3acc3eacbe7429d67733645e
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Tue Sep 20 09:35:50 2022 -0400

    ecore_drm2: Comment out unused variable in session callback
---
 src/lib/ecore_drm2/ecore_drm2_device.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore_drm2/ecore_drm2_device.c b/src/lib/ecore_drm2/ecore_drm2_device.c
index fc538f4351..064c52ebc8 100644
--- a/src/lib/ecore_drm2/ecore_drm2_device.c
+++ b/src/lib/ecore_drm2/ecore_drm2_device.c
@@ -9,12 +9,12 @@
 
 /* local functions */
 static Eina_Bool
-_ecore_drm2_device_cb_session_active(void *data, int type EINA_UNUSED, void *event)
+_ecore_drm2_device_cb_session_active(void *data EINA_UNUSED, int type EINA_UNUSED, void *event)
 {
-   Ecore_Drm2_Device *dev;
+   /* Ecore_Drm2_Device *dev; */
    Elput_Event_Session_Active *ev;
 
-   dev = data;
+   /* dev = data; */
    ev = event;
 
    if (ev->active)

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

Reply via email to