X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3d575e9c4676ac62e6590ef6f9c07d7a7f591337..af7b17db9f8f86fc6a2a63464030efb20fab7820:/lib/base/ebase.cpp 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);