summaryrefslogtreecommitdiffstats
path: root/edl.c
diff options
context:
space:
mode:
Diffstat (limited to 'edl.c')
-rw-r--r--edl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/edl.c b/edl.c
index 26826c82ca..bffb5926b6 100644
--- a/edl.c
+++ b/edl.c
@@ -8,8 +8,6 @@
char *edl_filename; // file to extract EDL entries from (-edl)
char *edl_output_filename; // file to put EDL entries in (-edlout)
-#ifdef USE_EDL
-
/**
* Allocates a new EDL record and makes sure allocation was successful.
*
@@ -131,5 +129,3 @@ edl_record_ptr edl_parse_file(void)
return edl_records;
}
-
-#endif