From 5a6bf55a43dec028c9dce05f2035e3b1910dd3e2 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Fri, 29 Dec 2023 11:45:07 +0100 Subject: [PATCH] remove outdated defines We are cleaning the API. New code should use the proper externs. --- matroska/KaxContexts.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/matroska/KaxContexts.h b/matroska/KaxContexts.h index 88e56672..ff1ca912 100644 --- a/matroska/KaxContexts.h +++ b/matroska/KaxContexts.h @@ -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