Skip to content

Commit 49936b3

Browse files
committed
Remove unused linked list code
1 parent f541dab commit 49936b3

File tree

2 files changed

+1
-143
lines changed

2 files changed

+1
-143
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ AM_CFLAGS = -Wall
77
bin_PROGRAMS = xmp
88

99
xmp_SOURCES = \
10-
commands.c common.h delay.c getopt_long.h list.h getopt_long.c info.c \
10+
commands.c common.h delay.c getopt_long.h getopt_long.c info.c \
1111
main.c options.c read_config.c sound.c sound.h sound_file.c sound_null.c \
1212
sound_wav.c sound_aiff.c terminal.c util.c xmp_version.h
1313
xmp_LDADD = ${LIBXMP_LIBS}

src/list.h

Lines changed: 0 additions & 142 deletions
This file was deleted.

0 commit comments

Comments
 (0)