diff options
| author | in1tiate <32779090+in1tiate@users.noreply.github.com> | 2021-01-19 05:30:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 14:30:56 +0300 |
| commit | 21b4aa5072755923f5f555605ef4dc2b01857579 (patch) | |
| tree | b952af9eb8f64a96d3c78043d653a4e1e6a963dd /src/charselect.cpp | |
| parent | 75c1df5312d36eabee68822bd5830777fe00ec03 (diff) | |
unused macro and update QTime to QElapsedTimer (#417)
Diffstat (limited to 'src/charselect.cpp')
| -rw-r--r-- | src/charselect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charselect.cpp b/src/charselect.cpp index 0a58bdaf..d7026ddb 100644 --- a/src/charselect.cpp +++ b/src/charselect.cpp @@ -141,6 +141,7 @@ void Courtroom::set_char_select_page() void Courtroom::on_char_list_double_clicked(QTreeWidgetItem *p_item, int column) { + UNUSED(column); int cid = p_item->text(1).toInt(); if (cid == -1 && !p_item->isExpanded()) { p_item->setExpanded(true); |
