projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc256ee
)
Remove unused code
85/64885/1
accepted/tizen/common/20160407.132539
accepted/tizen/ivi/20160407.111114
accepted/tizen/mobile/20160407.111030
accepted/tizen/tv/20160407.111042
accepted/tizen/wearable/20160407.111100
submit/tizen/20160407.051020
author
Minje Ahn
<minje.ahn@samsung.com>
Wed, 6 Apr 2016 04:34:48 +0000
(13:34 +0900)
committer
Minje Ahn
<minje.ahn@samsung.com>
Wed, 6 Apr 2016 04:34:48 +0000
(13:34 +0900)
Change-Id: I212526e3f7830e8ef91f62e60fc2522b7dd0b106
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/media_info.c
patch
|
blob
|
history
diff --git
a/src/media_info.c
b/src/media_info.c
index
fbbbd94
..
ec3b50d
100755
(executable)
--- a/
src/media_info.c
+++ b/
src/media_info.c
@@
-3052,11
+3052,6
@@
int media_info_create(const char *path, media_info_h *media)
return ret;
}
-int media_info_set_path(media_info_h media, const char *path)
-{
- return __media_info_set_str_data(media, MEDIA_INFO_PATH, path);
-}
-
int media_info_set_mime_type(media_info_h media, const char *mime_type)
{
return __media_info_set_str_data(media, MEDIA_INFO_MIME_TYPE, mime_type);