Addressed compile-time error related to non-existent struct member. 50/18550/1
authorOssama Othman <ossama.othman@intel.com>
Wed, 26 Mar 2014 00:06:51 +0000 (17:06 -0700)
committerOssama Othman <ossama.othman@intel.com>
Wed, 26 Mar 2014 00:07:02 +0000 (17:07 -0700)
The ivi_application_listener struct no longer contains an 'error'
field.  Do not attempt to access it.

Change-Id: If4cea3a9f6b88c6b6f3f7d0573e855c3b6f87cd8
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
lib/system-controller/CicoSCWlWinMgrIF.cpp

index dda5c06..c031592 100644 (file)
@@ -56,7 +56,6 @@ CicoSCWlWinMgrIF::CicoSCWlWinMgrIF()
     m_listener.destroy_surface  = wlDestroySurfaceCB;
 
     // genivi ivi_application listener
-    m_ivi_app_listener.error = wlIviAppErrorCB;
     m_ivi_app_listener.wl_shell_info = wlIviAppNativeShellInfoCB;
 
     // genivi ivi_controller listener