aboutsummaryrefslogtreecommitdiff
path: root/src/courtroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/courtroom.cpp')
-rw-r--r--src/courtroom.cpp5
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)