Skip to content

Commit

Permalink
remove libebml namespace macros
Browse files Browse the repository at this point in the history
Noone is using them and libebml using should know what namespace to use if they know
what macro to use.
  • Loading branch information
robUx4 committed Dec 26, 2023
1 parent 676d914 commit 8b71e50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ebml/EbmlConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@

#include "ebml_export.h"

#define LIBEBML_NAMESPACE libebml
#define START_LIBEBML_NAMESPACE namespace LIBEBML_NAMESPACE {
#define END_LIBEBML_NAMESPACE }

#endif // LIBEBML_CONFIG_H

0 comments on commit 8b71e50

Please sign in to comment.