From: SooChan Lim Date: Thu, 4 Oct 2018 04:20:16 +0000 (+0900) Subject: backend: remove hwc_window_get_info X-Git-Tag: accepted/tizen/unified/20181005.012412~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtdm.git;a=commitdiff_plain;h=21721343ed476dd14de68b65e71644ff44f4cba4 backend: remove hwc_window_get_info Change-Id: I78dcb2ec122f8b00ae8355df78187eb5dafe20a2 --- diff --git a/include/tdm_backend.h b/include/tdm_backend.h index 1ee231a..033f803 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -899,15 +899,6 @@ typedef struct _tdm_func_hwc_window { tdm_hwc_window_info *info); /** - * @brief Get the geometry information to a layer object - * @param[in] layer A layer object - * @param[out] info The geometry information - * @return #TDM_ERROR_NONE if success. Otherwise, error value. - */ - tdm_error (*hwc_window_get_info)(tdm_hwc_window *hwc_window, - tdm_hwc_window_info *info); - - /** * @brief Set a TDM buffer to a window object * @details A TDM buffer will be applied when the hwc object * of a layer object is committed.