diff options
| author | cents02 <sens03.con@gmail.com> | 2019-05-31 21:52:22 +0000 |
|---|---|---|
| committer | cents02 <sens03.con@gmail.com> | 2019-05-31 21:52:22 +0000 |
| commit | 09d8e9e7a45d8c7d9557253e1fb48f3e9bd9c894 (patch) | |
| tree | f89ec30fd1b1f97b547245b8eae4b0b78d82eb4d | |
| parent | 1f9a1bdd5d17d56fc3bfd4f5a35e3df476e74477 (diff) | |
Update courtroom.cpp
| -rw-r--r-- | src/courtroom.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index c798885e..9fd52d85 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -3009,10 +3009,6 @@ void Courtroom::on_pair_list_clicked(QModelIndex p_index) f_cid = n_char; } } - - - - if (f_cid < -2 || f_cid >= char_list.size()) { qDebug() << "W: " << real_char << " not present in char_list"; @@ -3037,7 +3033,6 @@ void Courtroom::on_pair_list_clicked(QModelIndex p_index) f_item->setText(real_char + " [x]"); } } - void Courtroom::on_music_list_double_clicked(QModelIndex p_model) { if (is_muted) |
