Skip to content

Commit 6a4ac8b

Browse files
committed
Remove unnamed namespace
1 parent 500467f commit 6a4ac8b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Client/mods/deathmatch/logic/CClientRenderElementManager.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
#include "StdInc.h"
1212
#include "CClientVectorGraphic.h"
1313

14-
namespace
15-
{
16-
constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
17-
constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
18-
}
14+
constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
15+
constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
1916

2017
////////////////////////////////////////////////////////////////
2118
//

0 commit comments

Comments
 (0)