From cd479cf65fad09e06f09b995a4e16683839e5dd8 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sat, 3 Aug 2013 22:15:27 -0700 Subject: [PATCH] Removed using namespace bx. --- include/bx/bx.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/bx/bx.h b/include/bx/bx.h index c252975..ccba49f 100644 --- a/include/bx/bx.h +++ b/include/bx/bx.h @@ -14,10 +14,4 @@ namespace bx { }// namespace bx -#ifndef BX_NAMESPACE -# define BX_NAMESPACE 0 -#elif BX_NAMESPACE -using namespace bx; -#endif // BX_NAMESPACE - #endif // __BX_H__