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 27543217bb3eb5dbabcd2ebd6229f8ec6eb58f07
Author: Christopher Michael <devilho...@comcast.net>
AuthorDate: Wed Dec 7 07:17:55 2022 -0500

    ecore_drm2: Remove test API
    
    This will get replaced with an actual API
---
 src/lib/ecore_drm2/ecore_drm2_crtcs.c    | 6 ------
 src/lib/ecore_drm2/ecore_drm2_displays.c | 2 --
 src/lib/ecore_drm2/ecore_drm2_private.h  | 2 --
 3 files changed, 10 deletions(-)

diff --git a/src/lib/ecore_drm2/ecore_drm2_crtcs.c b/src/lib/ecore_drm2/ecore_drm2_crtcs.c
index a5d7cf494e..1932f44381 100644
--- a/src/lib/ecore_drm2/ecore_drm2_crtcs.c
+++ b/src/lib/ecore_drm2/ecore_drm2_crtcs.c
@@ -246,9 +246,3 @@ _ecore_drm2_crtcs_destroy(Ecore_Drm2_Device *dev)
         thq = NULL;
      }
 }
-
-void
-_ecore_drm2_crtc_mode_set(Ecore_Drm2_Crtc *crtc EINA_UNUSED, Ecore_Drm2_Display_Mode *mode EINA_UNUSED, int x EINA_UNUSED, int y EINA_UNUSED)
-{
-   /* TODO: add code to actually set crtc mode */
-}
diff --git a/src/lib/ecore_drm2/ecore_drm2_displays.c b/src/lib/ecore_drm2/ecore_drm2_displays.c
index 5c439c1b18..44fbca561a 100644
--- a/src/lib/ecore_drm2/ecore_drm2_displays.c
+++ b/src/lib/ecore_drm2/ecore_drm2_displays.c
@@ -532,6 +532,4 @@ ecore_drm2_display_mode_set(Ecore_Drm2_Display *disp, Ecore_Drm2_Display_Mode *m
    EINA_SAFETY_ON_NULL_RETURN(disp);
    EINA_SAFETY_ON_NULL_RETURN(mode);
    EINA_SAFETY_ON_NULL_RETURN(disp->crtc);
-
-   _ecore_drm2_crtc_mode_set(disp->crtc, mode, x, y);
 }
diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h
index f869541047..553dd2db1b 100644
--- a/src/lib/ecore_drm2/ecore_drm2_private.h
+++ b/src/lib/ecore_drm2/ecore_drm2_private.h
@@ -291,8 +291,6 @@ void _ecore_drm2_displays_destroy(Ecore_Drm2_Device *dev);
 Eina_Bool _ecore_drm2_planes_create(Ecore_Drm2_Device *dev);
 void _ecore_drm2_planes_destroy(Ecore_Drm2_Device *dev);
 
-Eina_Bool _ecore_drm2_crtc_mode_set(Ecore_Drm2_Crtc *crtc, Ecore_Drm2_Display_Mode *mode, int x, int y);
-
 /* external drm function prototypes (for dlopen) */
 extern void *(*sym_drmModeGetResources)(int fd);
 extern void (*sym_drmModeFreeResources)(drmModeResPtr ptr);

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

Reply via email to