]> git.lyx.org Git - features.git/blobdiff - src/support/unicode.cpp
Remove support for gcc 4.6
[features.git] / src / support / unicode.cpp
index b5839827403ba688987636a2ebc523d5932a7902..ecc415b2f351d8571f71184956f1a66becacd547 100644 (file)
@@ -66,13 +66,6 @@ IconvProcessor::IconvProcessor(string tocode, string fromcode)
 {}
 
 
-// for gcc 4.6
-IconvProcessor::IconvProcessor(IconvProcessor && other)
-       : tocode_(move(other.tocode_)), fromcode_(move(other.fromcode_)),
-         h_(move(other.h_))
-{}
-
-
 bool IconvProcessor::init()
 {
        if (h_)