remove seek_table; it moved into the metadata interface

This commit is contained in:
Josh Coalson
2002-06-05 05:55:24 +00:00
parent 40f037108a
commit 6dc7934c3a
5 changed files with 0 additions and 5 deletions

View File

@@ -25,7 +25,6 @@ include_HEADERS = \
format.h \
metadata.h \
ordinals.h \
seek_table.h \
seekable_stream_decoder.h \
stream_decoder.h \
stream_encoder.h

View File

@@ -25,7 +25,6 @@
#include "format.h"
#include "metadata.h"
#include "ordinals.h"
#include "seek_table.h"
#include "seekable_stream_decoder.h"
#include "stream_decoder.h"
#include "stream_encoder.h"

View File

@@ -50,7 +50,6 @@ libFLAC_la_SOURCES = \
memory.c \
metadata_iterators.c \
metadata_object.c \
seek_table.c \
seekable_stream_decoder.c \
stream_decoder.c \
stream_encoder.c \

View File

@@ -57,7 +57,6 @@ OBJS = $(ASM_OBJS) \
memory.o \
metadata_iterators.o \
metadata_object.o \
seek_table.o \
seekable_stream_decoder.o \
stream_decoder.o \
stream_encoder.o \

View File

@@ -41,7 +41,6 @@ C_FILES= \
memory.c \
metadata_iterators.c \
metadata_object.c \
seek_table.c \
seekable_stream_decoder.c \
stream_decoder.c \
stream_encoder.c \