From 53b585ddb3bd0518807833ee04faef919b91b71b Mon Sep 17 00:00:00 2001 From: NAMJEONGYOON Date: Wed, 27 Apr 2016 11:04:49 +0900 Subject: [PATCH] remove old remark Change-Id: Id5210fca7f8535e01fe7d98e608c9b704f39b09a --- include/common/player.h | 1 - include/wearable/player.h | 1 - 2 files changed, 2 deletions(-) diff --git a/include/common/player.h b/include/common/player.h index f88f0b9..873b804 100644 --- a/include/common/player.h +++ b/include/common/player.h @@ -861,7 +861,6 @@ int player_is_looping(player_h player, bool *looping); * @brief Sets the video display. * @since_tizen 2.3 * @remarks To get @a display to set, use #GET_DISPLAY(). - * @remarks To use the multiple surface display mode, use player_set_display() again with a different display type. * @remarks We are not supporting changing display between different types. \n * If you want to change display handle after calling player_prepare(), you must use the same display type as what you set before. * @param[in] player The handle to the media player diff --git a/include/wearable/player.h b/include/wearable/player.h index b90a1b5..49c32fd 100644 --- a/include/wearable/player.h +++ b/include/wearable/player.h @@ -859,7 +859,6 @@ int player_is_looping(player_h player, bool *looping); * @brief Sets the video display. * @since_tizen 2.3.1 * @remarks To get @a display to set, use #GET_DISPLAY(). - * @remarks To use the multiple surface display mode, use player_set_display() again with a different display type. * @remarks We are not supporting changing display between different types. \n * If you want to change display handle after calling player_prepare(), you must use the same display type as what you set before. * @param[in] player The handle to the media player -- 2.7.4