Revert "add temporary code to prevent the build break" 93/190593/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 4 Oct 2018 04:18:17 +0000 (13:18 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 4 Oct 2018 04:18:32 +0000 (13:18 +0900)
This reverts commit 477497ef5c7d0812398b33de2bc5824638ba4a48.

Change-Id: I9987d470e5f2fa51be7c6f634655057904f7dee2

include/tdm.h
src/tdm_hwc_window.c

index 3f0b89d..dc81bf8 100644 (file)
@@ -1068,14 +1068,6 @@ tdm_hwc_window_set_property(tdm_hwc_window *hwc_window, uint32_t id, tdm_value v
 tdm_error
 tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints);
 
-// TODO : this will be removed...
-#define TDM_PREPARATION_BUFFER_QUEUE 1000
-#define TDM_PREPARATION_NONE 1001
-
-tdm_error
-tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window, int *preparation_types);
-// TODO
-
 /**
  * @brief Destroy a pp object
  * @param[in] pp A pp object
index 71e0f01..ce04c51 100644 (file)
@@ -467,11 +467,4 @@ tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints)
 
        return ret;
 }
-
-// TODO : this will be removed...
-tdm_error
-tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window, int *preparation_types)
-{
-       return TDM_ERROR_NONE;
-}
 /* LCOV_EXCL_STOP */
\ No newline at end of file