X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Funicode.h;h=6559cf60b60e0c569943d8e5b4ad99cf64f345a8;hb=b96ce9a9c101a711ef8a1cdd5d6fe812a18966da;hp=6373e470ba0e446a192f08ea18f07f241b582437;hpb=e87febd0de53172186eeb3307729dcbb2d6f8c5c;p=lyx.git diff --git a/src/support/unicode.h b/src/support/unicode.h index 6373e470ba..6559cf60b6 100644 --- a/src/support/unicode.h +++ b/src/support/unicode.h @@ -62,8 +62,6 @@ public: char * out_buffer, size_t max_out_size); /// target encoding std::string to() const { return tocode_; } - // required by g++ 4.7 - IconvProcessor(IconvProcessor &&) = default; }; /// Get the global IconvProcessor instance of the current thread for