X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Fcompose.hpp;fp=src%2Flib%2Fcompose.hpp;h=85a9e9b0f8eb482a1015f344c886f0c43bcb8270;hb=5c3cf1204fbb3e5a357eadbca2de0ec18f2d9e12;hp=3059c9a41a218d081978f8612f513edbda7af0fa;hpb=e5ed6d4774c1995b7360cb20475667c43e0771fd;p=dcpomatic.git diff --git a/src/lib/compose.hpp b/src/lib/compose.hpp index 3059c9a41..85a9e9b0f 100644 --- a/src/lib/compose.hpp +++ b/src/lib/compose.hpp @@ -160,14 +160,6 @@ namespace StringPrivate s += buffer; } - template <> - inline void write(std::string& s, const long unsigned int& obj) - { - char buffer[64]; - snprintf(buffer, 64, "%lu", obj); - s += buffer; - } - template <> inline void write(std::string& s, const float& obj) {