diff options
Diffstat (limited to '')
-rw-r--r-- | src/Map.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Map.cpp b/src/Map.cpp index a194dbd96..cb5472a22 100644 --- a/src/Map.cpp +++ b/src/Map.cpp @@ -41,16 +41,6 @@ cMapDecorator::cMapDecorator(cMap * a_Map, cPlayer * a_Player) -template <typename T> -T Clamp(T a_X, T a_Min, T a_Max) -{ - return std::min(std::max(a_X, a_Min), a_Max); -} - - - - - void cMapDecorator::Update(void) { if (m_Player != NULL) |