diff options
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 571614b8b..e38cfc70b 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.18 2001/05/03 00:02:42 f1rmb Exp $ + * $Id: xine_internal.h,v 1.19 2001/05/24 21:41:28 guenter Exp $ * */ @@ -58,8 +58,6 @@ struct video_decoder_s { void (*decode_data) (video_decoder_t *this, buf_element_t *buf); - void (*release_img_buffers) (video_decoder_t *this); - void (*close) (video_decoder_t *this); char* (*get_identifier) (void); |