aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-06-01 00:29:09 +0200
committerghost <andreas.monzner@multimedia-labs.de>2010-06-01 09:38:57 +0200
commitaf7b17db9f8f86fc6a2a63464030efb20fab7820 (patch)
treec5554f7dec31622bde404a65dfa9aecba5178f5b /lib
parent3d575e9c4676ac62e6590ef6f9c07d7a7f591337 (diff)
downloadenigma2-af7b17db9f8f86fc6a2a63464030efb20fab7820.tar.gz
enigma2-af7b17db9f8f86fc6a2a63464030efb20fab7820.zip
lib/base/ebase.cpp: remove unneeded code
Diffstat (limited to 'lib')
-rw-r--r--lib/base/ebase.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/base/ebase.cpp b/lib/base/ebase.cpp
index caccb391..c84f28b8 100644
--- a/lib/base/ebase.cpp
+++ b/lib/base/ebase.cpp
@@ -243,14 +243,9 @@ int eMainloop::processOneEvent(unsigned int twisted_timeout, PyObject **res, ePy
if (this == eApp)
{
- gOpcode op;
- op.dc = 0;
- op.opcode = gOpcode::flush;
- gRC::getInstance()->submit(op);
Py_BEGIN_ALLOW_THREADS
ret = ::poll(pfd, fdcount, poll_timeout);
Py_END_ALLOW_THREADS
-
} else
ret = ::poll(pfd, fdcount, poll_timeout);