summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/TEmulation.cpp
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/TEmulation.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/TEmulation.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/noncore/apps/opie-console/TEmulation.cpp b/noncore/apps/opie-console/TEmulation.cpp
index 6ff73af..72cce75 100644
--- a/noncore/apps/opie-console/TEmulation.cpp
+++ b/noncore/apps/opie-console/TEmulation.cpp
@@ -72,8 +72,4 @@
72#include "TEmulation.h" 72#include "TEmulation.h"
73 73
74/* OPIE */
75#include <opie2/odebug.h>
76using namespace Opie::Core;
77
78/* STD */ 74/* STD */
79#include <stdio.h> 75#include <stdio.h>
@@ -211,5 +207,4 @@ void TEmulation::onRcvChar(int c)
211void TEmulation::onKeyPress( QKeyEvent* ev ) 207void TEmulation::onKeyPress( QKeyEvent* ev )
212{ 208{
213 owarn << "onKeyPress,...." << oendl;
214 if (!connected) return; // someone else gets the keys 209 if (!connected) return; // someone else gets the keys
215 if (scr->getHistCursor() != scr->getHistLines()); 210 if (scr->getHistCursor() != scr->getHistLines());