branch | sdl2transition |
changeset 11363 | 9006e158a81f |
parent 11046 | 47a8c19ecb60 |
child 11364 | b0df3f2fcafc |
--- a/QTfrontend/game.cpp Tue Nov 10 20:43:13 2015 +0100 +++ b/QTfrontend/game.cpp Tue Nov 10 22:18:06 2015 +0100 @@ -267,12 +267,6 @@ QApplication::clipboard()->setText(QString::fromUtf8(msg.mid(2))); break; } - case 'Y': - { - // paste clipboard to game - SendIPC(QString("Y").toAscii() + QApplication::clipboard()->text().toUtf8().left(250).replace('\n', ' ')); - break; - } case 'i': { emit GameStats(msg.at(2), QString::fromUtf8(msg.mid(3)));