Revert "hwc: add the prototypes to avoid build break"
[platform/core/uifw/libtdm.git] / src / tdm_hwc.c
index bd7428c..fc9563c 100644 (file)
@@ -510,13 +510,6 @@ tdm_hwc_accept_validation(tdm_hwc *hwc)
        return ret;
 }
 
-/* temporary prototype to avoid build break */
-tdm_error
-tdm_hwc_accept_changes(tdm_hwc *hwc)
-{
-   return tdm_hwc_accept_validation(hwc);
-}
-
 EXTERN tdm_error
 tdm_hwc_commit(tdm_hwc *hwc, int sync, tdm_hwc_commit_handler func, void *user_data)
 {