Remove nonsensical #ifdef.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-08-28 10:38:35 +00:00
parent 1cbb8209ca
commit c66a69924b
1 changed files with 0 additions and 3 deletions

View File

@ -201,9 +201,6 @@ main(int argc, char **argv)
void *vobsub; void *vobsub;
void *packet; void *packet;
int packet_len; int packet_len;
#ifdef BAD
unsigned int prev_pts;
#endif
unsigned int pts100; unsigned int pts100;
if (argc < 2 || 4 < argc) { if (argc < 2 || 4 < argc) {