not create the reduntant directory when done
[platform/core/uifw/libtdm.git] / client / tdm_client.h
index 1c2ef7d..e7df780 100644 (file)
@@ -385,8 +385,6 @@ tdm_client_vblank_wait(tdm_client_vblank *vblank, unsigned int interval, tdm_cli
  * #tdm_client_vblank_set_enable_fake sets true. Once #tdm_client_vblank_wait_seq
  * returns TDM_ERROR_NONE, the user client vblank handler(#tdm_client_vblank_handler)
  * SHOULD be called on reaching the target sequence.
- * If the sequence value is 0, the result will be the same with calling
- * #tdm_client_vblank_wait with (interval = 1).
  * @param[in] vblank The client vblank object
  * @param[in] sequence The target sequence number
  * @param[in] func The user client vblank handler