summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/MyPty.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/MyPty.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/MyPty.cpp b/noncore/apps/opie-console/MyPty.cpp
index 16bb5ff..984e347 100644
--- a/noncore/apps/opie-console/MyPty.cpp
+++ b/noncore/apps/opie-console/MyPty.cpp
@@ -112,3 +112,2 @@ void MyPty::donePty()
// This is code from the Qt DumbTerminal example
- int status = 0;
@@ -259,2 +258,3 @@ MyPty::MyPty(const Profile& prof) : m_cpid(0)
ProcCtl* ctl = ProcCtl::self();
+ Q_UNUSED(ctl);
}