From: Boram Park Date: Wed, 21 Feb 2018 06:28:25 +0000 (+0900) Subject: remove unused file X-Git-Tag: submit/tizen/20180227.014049~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c7adf6d4fe394be239b1b134159c15a5c614bee;p=platform%2Fcore%2Fuifw%2Flibtdm.git remove unused file Change-Id: I8c4e786bd29a33d5dad356d517fa137798dfac66 --- diff --git a/0001-save.patch b/0001-save.patch deleted file mode 100644 index 25ad8f0..0000000 --- a/0001-save.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 60fa1ef61f143eb5310588bba987bdfce5d33ad1 Mon Sep 17 00:00:00 2001 -From: Boram Park -Date: Wed, 21 Feb 2018 15:26:17 +0900 -Subject: [PATCH] save - -Change-Id: I5e33d25ad3678f4a77c5ec4396af2b1b45a32488 ---- - include/tdm.h | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/include/tdm.h b/include/tdm.h -index f4aa8d8..3cae42f 100644 ---- a/include/tdm.h -+++ b/include/tdm.h -@@ -222,10 +222,10 @@ tdm_backend_get_info(tdm_backend *backend, const char **name, - const char **vendor, int *major, int *minor); - - /** -- * @brief Get the capabilities of a output object. -+ * @brief Get a backend object of the given output. - * @param[in] output A output object -- * @param[out] capabilities The capabilities of a output object -- * @return #TDM_ERROR_NONE if success. Otherwise, error value. -+ * @param[out] error #TDM_ERROR_NONE if success. Otherwise, error value. -+ * @return A backend object if success. Otherwise, NULL. - */ - tdm_backend * - tdm_output_get_backend(tdm_output *output, tdm_error *error); --- -1.9.1 -