Remove unused APIs
[platform/core/multimedia/libmm-session.git] / mm_session_private.h
index 8980999..06ecac1 100644 (file)
@@ -143,64 +143,6 @@ int _mm_session_util_write_information(int app_pid, int session_type, int flags)
  */
 int _mm_session_util_read_information(int app_pid, int *session_type, int *flags);
 
-
-/**
- * This function set sub-session type
- *
- * @param      subsession [in] subsession type
- * @param      option  [in] option of subsession type
- *
- * @return     This function returns MM_ERROR_NONE on success, or negative value
- *                     with error code.
- * @remark     This function is only for internal implementation do not use this at application
- *                     Session type is unique for each application.
- * @see                mm_session_get_subsession
- * @since
- */
-int mm_session_set_subsession (mm_subsession_t subsession, mm_subsession_option_t option);
-
-/**
- * This function get current sub-session type
- *
- * @param      subsession [out] subsession type
- *
- * @return     This function returns MM_ERROR_NONE on success, or negative value
- *                     with error code.
- * @remark     This function is only for internal implementation do not use this at application
- *                     Session type is unique for each application.
- * @see                mm_session_set_subsession
- * @since
- */
-int mm_session_get_subsession (mm_subsession_t *subsession);
-
-/**
- * This function set sub-event type
- *
- * @param      subevent [in] subevent type
- *
- * @return     This function returns MM_ERROR_NONE on success, or negative value
- *                     with error code.
- * @remark     This function is only for internal implementation do not use this at application
- *                     Session type is unique for each application.
- * @see                mm_session_get_subevent
- * @since
- */
-int mm_session_set_subevent (mm_session_sub_t subevent);
-
-/**
- * This function get current sub-event type
- *
- * @param      subevent [out] subevent type
- *
- * @return     This function returns MM_ERROR_NONE on success, or negative value
- *                     with error code.
- * @remark     This function is only for internal implementation do not use this at application
- *                     Session type is unique for each application.
- * @see                mm_session_set_subsevnt
- * @since
- */
-int mm_session_get_subevent (mm_session_sub_t *subevent);
-
 #ifdef __cplusplus
 }
 #endif