devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3d9e6cd934e01fc95a3cca77d80c740493b3ee6b

commit 3d9e6cd934e01fc95a3cca77d80c740493b3ee6b
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Jan 26 09:28:14 2015 -0500

    remove unused inline function
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 037aa8e..f645ee1 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -277,11 +277,5 @@ EINTERN void 
e_comp_wl_buffer_reference(E_Comp_Wl_Buffer_Ref *ref, E_Comp_Wl_Buf
 
 EAPI struct wl_signal e_comp_wl_surface_create_signal_get(E_Comp *comp);
 
-static inline uint64_t
-e_comp_wl_id_get(uint32_t client, uint32_t surface)
-{
-   return ((uint64_t)surface << 32) + (uint64_t)client;
-}
-
 # endif
 #endif

-- 


Reply via email to