diff options
Diffstat (limited to 'core/DVDRead.h')
-rw-r--r-- | core/DVDRead.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/DVDRead.h b/core/DVDRead.h deleted file mode 100644 index 7a9aa7e21..000000000 --- a/core/DVDRead.h +++ /dev/null @@ -1,16 +0,0 @@ -/* $Id: DVDRead.h,v 1.1 2003/11/03 12:08:00 titer Exp $ - - This file is part of the HandBrake source code. - Homepage: <http://handbrake.m0k.org/>. - It may be used under the terms of the GNU General Public License. */ - -#ifndef HB_DVD_READ_H -#define HB_DVD_READ_H - -#include "HandBrakeInternal.h" - -HBDVDRead * HBDVDReadInit( HBHandle *, HBTitle *, - HBAudio *, HBAudio * ); -void HBDVDReadClose( HBDVDRead ** ); - -#endif |