devilhorns pushed a commit to branch master.

commit 4d54c97864517a9d50afae3aecc0b941f22489de
Author: Chris Michael <[email protected]>
Date:   Thu Aug 1 12:48:17 2013 +0100

    Remove calls to ecore_wl_init and ecore_wl_shutdown.
    
    NB: These calls are NOT needed here (they setup and tear down the
    actual wayland display fd connections, and are not necessary in order
    to use ecore_wl functions).
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/modules/ecore_imf/wayland/wayland_module.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/modules/ecore_imf/wayland/wayland_module.c 
b/src/modules/ecore_imf/wayland/wayland_module.c
index e0d0c00..f4da2f7 100644
--- a/src/modules/ecore_imf/wayland/wayland_module.c
+++ b/src/modules/ecore_imf/wayland/wayland_module.c
@@ -136,8 +136,6 @@ im_module_create()
 static Eina_Bool
 im_module_init(void)
 {
-   if (!ecore_wl_init(NULL)) return EINA_FALSE;
-
    _ecore_imf_wayland_log_dom = 
      eina_log_domain_register("ecore_imf_wayland", EINA_COLOR_YELLOW);
 
@@ -151,7 +149,6 @@ im_module_init(void)
 static void
 im_module_shutdown(void)
 {
-   ecore_wl_shutdown();
    EINA_LOG_DOM_INFO(_ecore_imf_wayland_log_dom, "im module shutdown");
 }
 

-- 

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk

Reply via email to