Revert "WIP: disable obsolete weston-1.4" 22/23622/1
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 30 Jun 2014 15:27:20 +0000 (17:27 +0200)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Mon, 30 Jun 2014 15:38:48 +0000 (17:38 +0200)
This reverts commit e03365e1982cdfac684f4928d7da0a0968a54d06.
Bug-Tizen: TC-211/part
Change-Id: I74a184972b67aa8004ba5cc508f7a63e27eed6b1
Signed-Off: Philippe Coval <philippe.coval@open.eurogiciel.org>

lib/system-controller/CicoSCWlWinMgrIF.cpp

index 6780b23..88771f2 100644 (file)
@@ -42,16 +42,6 @@ int CicoSCWlWinMgrIF::m_id_surface = 0;
 struct creation_surface_wait    *CicoSCWlWinMgrIF::m_wait_surface_creation = NULL;
 struct creation_surface_wait    *CicoSCWlWinMgrIF::m_free_surface_creation = NULL;
 
-#ifndef CONFIG_LOCAL_WESTON14
-namespace {
-  void ivi_controller_get_native_handle(struct ivi_controller *m_ivi_ctrl, int32_t pid, const char *title)
-  {
-    ICO_ERR("unsupported code: https://bugs.tizen.org/jira/browse/TC-1208");
-    exit(-1);
-  }
-}
-#endif
-
 //--------------------------------------------------------------------------
 /**
  *  @brief  default constructor
@@ -73,9 +63,7 @@ CicoSCWlWinMgrIF::CicoSCWlWinMgrIF()
     m_ivi_ctrl_listener.layer = wlIviCtrlLayerCB;
     m_ivi_ctrl_listener.surface = wlIviCtrlSurfaceCB;
     m_ivi_ctrl_listener.error = wlIviCtrlErrorCB;
-#ifdef CONFIG_LOCAL_WESTON14
     m_ivi_ctrl_listener.native_handle = wlIviCtrlNativeHandleCB;
-#endif
 
     // wayland output listener
     m_wlOutputListener.geometry = wlOutputGeometryCB;