Skip to content

Commit

Permalink
remove outdated defines
Browse files Browse the repository at this point in the history
We are cleaning the API. New code should use the proper externs.
  • Loading branch information
robUx4 committed Dec 29, 2023
1 parent ed12e61 commit 5a6bf55
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions matroska/KaxContexts.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,6 @@ extern const EbmlSemanticContext MATROSKA_DLL_API Context_KaxCodecDownloadURL;
extern const EbmlSemanticContext MATROSKA_DLL_API Context_KaxCodecDecodeAll;
extern const EbmlSemanticContext MATROSKA_DLL_API Context_KaxTrackOverlay;

#define Context_KaxMatroska KaxMatroska_Context
#define Context_KaxSegment KaxSegment_Context
#define Context_KaxTrackEntry KaxTrackEntry_Context
#define Context_KaxTracks KaxTracks_Context
#define Context_KaxCluster KaxCluster_Context
#define Context_KaxBlockGroup KaxBlockGroup_Context
#define Context_KaxInfo KaxInfo_Context
#define Context_KaxAttached KaxAttached_Context
#define Context_KaxAttachments KaxAttachments_Context
#define Context_KaxChapters KaxChapters_Context
#define Context_KaxCues KaxCues_Context
#define Context_KaxTags KaxTags_Context
#define Context_KaxSeekHead KaxSeekHead_Context
#define Context_KaxTag KaxTag_Context
#define Context_KaxTagCommercial KaxTagCommercial_Context

extern MATROSKA_DLL_API const EbmlSemanticContext & GetKaxGlobal_Context();

} // namespace libmatroska
Expand Down

0 comments on commit 5a6bf55

Please sign in to comment.