summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index aff238c..a4ccbfa 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -16,7 +16,6 @@ CRSM::CRSM(QObject *parent) :
qsrand(QDateTime::currentMSecsSinceEpoch());
codec = QTextCodec::codecForName("Windows-1252");
qout = new QTextStream(stdout, QIODevice::WriteOnly | QIODevice::Unbuffered);
- qin = new QTextStream(stdin, QIODevice::ReadOnly);
qout->setCodec(QTextCodec::codecForName("UTF-8"));
outputBuffer.setFileName(MGMT_BUFFER_FILENAME);