X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fwidestring.cpp;fp=bigscreen%2Fwidestring.cpp;h=241183650819a700b9bc36e48c49c5d16c561412;hp=a0d781a4edf5d22ded01667e4e84bc259c522670;hb=f94b331787d71fbf9fa1b1084a52a2b1c79903d9;hpb=e963997f820ba4b2701855df7d9e6fd707f4671a diff --git a/bigscreen/widestring.cpp b/bigscreen/widestring.cpp index a0d781a..2411836 100644 --- a/bigscreen/widestring.cpp +++ b/bigscreen/widestring.cpp @@ -66,14 +66,3 @@ void widestring::operator= (const char *from) free(from_buf); delete[] to_buf; } - -namespace pqxx -{ - -template<> -void from_string(const char *from, widestring &to) -{ - to = from; -} - -}