diff dvdnav.h @ 90:eeabf5a51b2b src

Improve chapter selection functions.
author jcdutton
date Tue, 03 Sep 2002 07:50:45 +0000
parents 929f732a0135
children df9712507b30
line wrap: on
line diff
--- a/dvdnav.h	Tue Sep 03 00:41:48 2002 +0000
+++ b/dvdnav.h	Tue Sep 03 07:50:45 2002 +0000
@@ -396,22 +396,6 @@
 
 /**
  * Stop playing the current title and start playback of the title
- * from the previous part (chapter).
- *
- * \param self Pointer to dvdnav_t associated with this operation.
- */
-dvdnav_status_t dvdnav_prev_part_search(dvdnav_t *self);
-
-/**
- * Stop playing the current title and start playback of the title
- * from the next part (chapter).
- *
- * \param self Pointer to dvdnav_t associated with this operation.
- */
-dvdnav_status_t dvdnav_next_part_search(dvdnav_t *self);
-
-/**
- * Stop playing the current title and start playback of the title
  * from the previous program (if it exists).
  *
  * \param self Pointer to dvdnav_t associated with this operation.