Update courtroom.cpp

This commit is contained in:
cents02 2019-05-31 21:52:22 +00:00
parent 1f9a1bdd5d
commit 09d8e9e7a4

View File

@ -3009,10 +3009,6 @@ void Courtroom::on_pair_list_clicked(QModelIndex p_index)
f_cid = n_char; f_cid = n_char;
} }
} }
if (f_cid < -2 || f_cid >= char_list.size()) if (f_cid < -2 || f_cid >= char_list.size())
{ {
qDebug() << "W: " << real_char << " not present in char_list"; 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]"); f_item->setText(real_char + " [x]");
} }
} }
void Courtroom::on_music_list_double_clicked(QModelIndex p_model) void Courtroom::on_music_list_double_clicked(QModelIndex p_model)
{ {
if (is_muted) if (is_muted)