From 9c7adf6d4fe394be239b1b134159c15a5c614bee Mon Sep 17 00:00:00 2001 From: Boram Park Date: Wed, 21 Feb 2018 15:28:25 +0900 Subject: [PATCH] remove unused file Change-Id: I8c4e786bd29a33d5dad356d517fa137798dfac66 --- 0001-save.patch | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 0001-save.patch 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 - -- 2.7.4