Skip to content

Commit

Permalink
remove libmatroska namespace macros
Browse files Browse the repository at this point in the history
Noone is using them and libmatroska using should know what namespace to use if they know
what macro to use.
  • Loading branch information
robUx4 committed Dec 31, 2023
1 parent 89c9732 commit 9e7a215
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions matroska/KaxConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
#ifndef LIBMATROSKA_CONFIG_H
#define LIBMATROSKA_CONFIG_H

#define LIBMATROSKA_NAMESPACE libmatroska
#define START_LIBMATROSKA_NAMESPACE namespace LIBMATROSKA_NAMESPACE {
#define END_LIBMATROSKA_NAMESPACE }

#include "matroska_export.h"

#if defined(MATROSKA_VERSION) && MATROSKA_VERSION < 2
Expand Down

0 comments on commit 9e7a215

Please sign in to comment.