summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qeventdispatcher_s60_p.h
diff options
context:
space:
mode:
authormread <qt-info@nokia.com>2011-06-01 12:14:30 +0100
committermread <qt-info@nokia.com>2011-06-01 13:04:56 +0100
commit8b55d8421f786d3f631ccca16ac0e229e23bbc9c (patch)
treed7f1a03e0ab648bf4fddcd317d8637283cafcf95 /src/gui/kernel/qeventdispatcher_s60_p.h
parentcf573d54c588e1ee10a7d8979faef2e0ab8bb17e (diff)
Removing unused code after introduction of round robin scheduler
Existing code that was used to defer active objects and otherwise alter their execution time is unnecessary and unused after the round robin scheduler introduction. So it is being removed here. Task-number: QTBUG-15019 Reviewed-by: Shane Kearns
Diffstat (limited to 'src/gui/kernel/qeventdispatcher_s60_p.h')
-rw-r--r--src/gui/kernel/qeventdispatcher_s60_p.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/gui/kernel/qeventdispatcher_s60_p.h b/src/gui/kernel/qeventdispatcher_s60_p.h
index 49ec568097..c7cf2b22d8 100644
--- a/src/gui/kernel/qeventdispatcher_s60_p.h
+++ b/src/gui/kernel/qeventdispatcher_s60_p.h
@@ -62,31 +62,6 @@ QT_BEGIN_NAMESPACE
class QEventDispatcherS60;
-class QtEikonEnv : public CEikonEnv
-{
-public:
- QtEikonEnv();
- ~QtEikonEnv();
-
- // from CActive.
- void RunL();
- void DoCancel();
-
- void complete();
-
-private:
- // Workaround for a BC break from S60 3.2 -> 5.0, where the CEikonEnv override was removed.
- // To avoid linking to that when we build against 3.2, define an empty body here.
- // Reserved_*() have been verified to be empty in the S60 code.
- void Reserved_1() {}
- void Reserved_2() {}
-
-private:
- int m_lastIterationCount;
- TInt m_savedStatusCode;
- bool m_hasAlreadyRun;
-};
-
class Q_GUI_EXPORT QEventDispatcherS60 : public QEventDispatcherSymbian
{
Q_OBJECT
@@ -102,8 +77,6 @@ public:
void saveInputEvent(QSymbianControl *control, QWidget *widget, QInputEvent *event);
- void reactivateDeferredActiveObjects();
-
private:
bool sendDeferredInputEvents();