summary refs log tree commit diff
path: root/resources/qml/TypingIndicator.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/TypingIndicator.qml')
-rw-r--r--resources/qml/TypingIndicator.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/TypingIndicator.qml b/resources/qml/TypingIndicator.qml
index 783a9ebc..974d1840 100644
--- a/resources/qml/TypingIndicator.qml
+++ b/resources/qml/TypingIndicator.qml
@@ -8,8 +8,6 @@ import QtQuick.Layouts 1.2
 import im.nheko 1.0
 
 Item {
-    property var room: TimelineManager.timeline
-
     implicitHeight: Math.max(fontMetrics.height * 1.2, typingDisplay.height)
     Layout.fillWidth: true