Skip to content

Commit

Permalink
Remove unnamed namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis committed Jan 25, 2025
1 parent 500467f commit 6a4ac8b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Client/mods/deathmatch/logic/CClientRenderElementManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@
#include "StdInc.h"
#include "CClientVectorGraphic.h"

namespace
{
constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;
}
constexpr std::int64_t TEMPORARY_TEXTURES_CLEANUP_THRESHOLD = 10000ll;
constexpr std::size_t TEMPORARY_TEXTURES_DELETE_THRESHOLD = 10u;

////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit 6a4ac8b

Please sign in to comment.