remove unused file 40/170640/1
authorBoram Park <boram1288.park@samsung.com>
Wed, 21 Feb 2018 06:28:25 +0000 (15:28 +0900)
committerBoram Park <boram1288.park@samsung.com>
Wed, 21 Feb 2018 06:28:25 +0000 (15:28 +0900)
Change-Id: I8c4e786bd29a33d5dad356d517fa137798dfac66

0001-save.patch [deleted file]

diff --git a/0001-save.patch b/0001-save.patch
deleted file mode 100644 (file)
index 25ad8f0..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From 60fa1ef61f143eb5310588bba987bdfce5d33ad1 Mon Sep 17 00:00:00 2001
-From: Boram Park <boram1288.park@samsung.com>
-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
-