diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-06-04 15:20:29 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2010-06-04 15:20:29 +0200 |
| commit | 45c627a80e5387e29aa9c7ca071d310cd3a7e823 (patch) | |
| tree | 3bfaa3d0cb3f9d7bb871231af40e54a157f5ff44 /lib/base/ebase.cpp | |
| parent | 68c456f12b1e72cf982997d4d528281734021a85 (diff) | |
| parent | 18e9562c55f0ee01ccc74d48018fd6b67f20f19c (diff) | |
| download | enigma2-45c627a80e5387e29aa9c7ca071d310cd3a7e823.tar.gz enigma2-45c627a80e5387e29aa9c7ca071d310cd3a7e823.zip | |
Merge branch 'experimental' of git.opendreambox.org:/git/enigma2 into experimental
Diffstat (limited to 'lib/base/ebase.cpp')
| -rw-r--r-- | lib/base/ebase.cpp | 5 |
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); |
