Skip to content

Commit

Permalink
chore: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
caybro committed Jan 9, 2023
1 parent 9b8a86a commit 785110b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ui/app/AppLayouts/Chat/panels/SuggestionBoxPanel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ Rectangle {
property var inputField
property bool shouldHide: false

Timer {
id: timer
}

onFormattedPlainTextFilterChanged: {
// We need to callLater because the sort needs to happen before setting the index
Qt.callLater(function () {
Expand Down Expand Up @@ -138,9 +134,6 @@ Rectangle {
event.accepted = false;
}
}
property int selectedIndex
property var selectedItem: selectedIndex == -1 ? null : model[selectedIndex]
signal suggestionClicked(var item)

DelegateModelGeneralized {
id: mentionsListDelegate
Expand Down

0 comments on commit 785110b

Please sign in to comment.