changeset 26456:3f3d90d27549

Remove redundant definitions that are already present on the command line.
author diego
date Tue, 22 Apr 2008 08:52:05 +0000
parents 4d9fad055ac9
children 9ba6d4487292
files TOOLS/avisubdump.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/avisubdump.c	Tue Apr 22 08:50:38 2008 +0000
+++ b/TOOLS/avisubdump.c	Tue Apr 22 08:52:05 2008 +0000
@@ -7,8 +7,6 @@
  * The subtitles are dumped to stdout.
  */
 
-#define _LARGEFILE_SOURCE
-#define _FILE_OFFSET_BITS 64
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>