diff --git a/src/gui/MainPane/AccountRoomsList.qml b/src/gui/MainPane/AccountRoomsList.qml index d8090a25..9be4f84d 100644 --- a/src/gui/MainPane/AccountRoomsList.qml +++ b/src/gui/MainPane/AccountRoomsList.qml @@ -231,12 +231,6 @@ HListView { when: ! detachedCurrentIndex } - TapHandler { - id: tapHandler - property var pr: active - onPrChanged: print("pr changed:", pr) - } - Timer { id: activateLimiter interval: 200