diff --git a/stepmania/src/StdString.h b/stepmania/src/StdString.h index 69c21c4d17..879324d5d0 100644 --- a/stepmania/src/StdString.h +++ b/stepmania/src/StdString.h @@ -156,10 +156,6 @@ template inline int sslen(const CT* pT) { return 0 == pT ? 0 : std::basic_string::traits_type::length(pT); } -inline int sslen(const std::string& s) -{ - return s.length(); -} // ----------------------------------------------------------------------------- // sstolower/sstoupper -- convert characters to upper/lower case