summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic')
-rw-r--r--src/plugins/generic/touchscreen/qtouchscreen.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/generic/touchscreen/qtouchscreen.cpp b/src/plugins/generic/touchscreen/qtouchscreen.cpp
index d9b835b187..8f37bab0c4 100644
--- a/src/plugins/generic/touchscreen/qtouchscreen.cpp
+++ b/src/plugins/generic/touchscreen/qtouchscreen.cpp
@@ -247,10 +247,6 @@ void QTouchScreenData::processInputEvent(input_event *data)
if (key == -1)
key = m_contacts.count();
- // Mark the first point as primary.
- if (m_contacts.isEmpty())
- m_currentData.flags |= QTouchEvent::TouchPoint::Primary;
-
m_contacts.insert(key, m_currentData);
m_currentData = Contact();