devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=16b638019d889e2542bbd998247af34e502f8a5b

commit 16b638019d889e2542bbd998247af34e502f8a5b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Dec 3 12:41:34 2015 -0500

    ecore-evas: Remove duplicated ecore_evas_cocoa_window_get function
    
    During my merge of the ecore_wl2 branch, somehow a duplicated
    cocoa_window_get function got added. Remove it.
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_evas/ecore_evas.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c
index 66ffa0f..befa11b 100644
--- a/src/lib/ecore_evas/ecore_evas.c
+++ b/src/lib/ecore_evas/ecore_evas.c
@@ -4003,15 +4003,6 @@ ecore_evas_wayland_window_get2(const Ecore_Evas *ee)
    return iface->window_get2(ee);
 }
 
-EAPI Ecore_Cocoa_Window *
-ecore_evas_cocoa_window_get(const Ecore_Evas *ee)
-{
-   Ecore_Evas_Interface_Cocoa *iface;
-   iface = (Ecore_Evas_Interface_Cocoa *)_ecore_evas_interface_get(ee, 
"opengl_cocoa");
-   EINA_SAFETY_ON_NULL_RETURN_VAL(iface, NULL);
-   return iface->window_get(ee);
-}
-
 EAPI Ecore_Evas *
 ecore_evas_drm_new(const char *disp_name, unsigned int parent,
                    int x, int y, int w, int h)

-- 


Reply via email to