Skip to content

Commit

Permalink
Remove DSF and DSDIFF from master to a feature branch
Browse files Browse the repository at this point in the history
These can be merged back into master once they're in a more mature state.
  • Loading branch information
scotchi committed Sep 12, 2019
1 parent f1b40de commit 2948ed7
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2,455 deletions.
18 changes: 1 addition & 17 deletions taglib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,6 @@ set(tag_HDRS
s3m/s3mproperties.h
xm/xmfile.h
xm/xmproperties.h
dsf/dsffile.h
dsf/dsfproperties.h
dsdiff/dsdifffile.h
dsdiff/dsdiffproperties.h
dsdiff/dsdiffdiintag.h
)

set(mpeg_SRCS
Expand Down Expand Up @@ -301,17 +296,6 @@ set(xm_SRCS
xm/xmproperties.cpp
)

set(dsf_SRCS
dsf/dsffile.cpp
dsf/dsfproperties.cpp
)

set(dsdiff_SRCS
dsdiff/dsdifffile.cpp
dsdiff/dsdiffproperties.cpp
dsdiff/dsdiffdiintag.cpp
)

set(toolkit_SRCS
toolkit/tstring.cpp
toolkit/tstringlist.cpp
Expand Down Expand Up @@ -343,7 +327,7 @@ set(tag_LIB_SRCS
${mpeg_SRCS} ${id3v1_SRCS} ${id3v2_SRCS} ${frames_SRCS} ${ogg_SRCS}
${vorbis_SRCS} ${oggflacs_SRCS} ${mpc_SRCS} ${ape_SRCS} ${toolkit_SRCS} ${flacs_SRCS}
${wavpack_SRCS} ${speex_SRCS} ${trueaudio_SRCS} ${riff_SRCS} ${aiff_SRCS} ${wav_SRCS}
${asf_SRCS} ${mp4_SRCS} ${mod_SRCS} ${s3m_SRCS} ${it_SRCS} ${xm_SRCS} ${opus_SRCS} ${dsf_SRCS} ${dsdiff_SRCS}
${asf_SRCS} ${mp4_SRCS} ${mod_SRCS} ${s3m_SRCS} ${it_SRCS} ${xm_SRCS} ${opus_SRCS}
${zlib_SRCS}
tag.cpp
tagunion.cpp
Expand Down
6 changes: 0 additions & 6 deletions taglib/audioproperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
#include "vorbisproperties.h"
#include "wavproperties.h"
#include "wavpackproperties.h"
#include "dsfproperties.h"
#include "dsdiffproperties.h"

#include "audioproperties.h"

Expand Down Expand Up @@ -75,10 +73,6 @@ using namespace TagLib;
return dynamic_cast<const Vorbis::Properties*>(this)->function_name(); \
else if(dynamic_cast<const WavPack::Properties*>(this)) \
return dynamic_cast<const WavPack::Properties*>(this)->function_name(); \
else if(dynamic_cast<const DSF::Properties*>(this)) \
return dynamic_cast<const DSF::Properties*>(this)->function_name(); \
else if(dynamic_cast<const DSDIFF::Properties*>(this)) \
return dynamic_cast<const DSDIFF::Properties*>(this)->function_name(); \
else \
return (default_value);

Expand Down
162 changes: 0 additions & 162 deletions taglib/dsdiff/dsdiffdiintag.cpp

This file was deleted.

150 changes: 0 additions & 150 deletions taglib/dsdiff/dsdiffdiintag.h

This file was deleted.

Loading

0 comments on commit 2948ed7

Please sign in to comment.