summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 10:38:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 10:38:35 +0000
commitc66a69924b7480893741580a696b214722deb9b0 (patch)
tree43de533c89abacda2b0236e53c9ecf415e770a30 /TOOLS
parent1cbb8209ca62b70d9f6b97f105bf4e3c35a2c197 (diff)
downloadmpv-c66a69924b7480893741580a696b214722deb9b0.tar.bz2
mpv-c66a69924b7480893741580a696b214722deb9b0.tar.xz
Remove nonsensical #ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index ae3782aadb..ed1161900e 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -201,9 +201,6 @@ main(int argc, char **argv)
void *vobsub;
void *packet;
int packet_len;
-#ifdef BAD
- unsigned int prev_pts;
-#endif
unsigned int pts100;
if (argc < 2 || 4 < argc) {