summaryrefslogtreecommitdiffhomepage
path: root/StarsEx
diff options
context:
space:
mode:
Diffstat (limited to 'StarsEx')
-rw-r--r--StarsEx/CmpSelectDlg.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/StarsEx/CmpSelectDlg.cpp b/StarsEx/CmpSelectDlg.cpp
index 6942a60..b2261ac 100644
--- a/StarsEx/CmpSelectDlg.cpp
+++ b/StarsEx/CmpSelectDlg.cpp
@@ -364,8 +364,6 @@ CmpSelectDlg::OnCampaignSelect(AWEvent* event)
if (lst_campaigns->IsSelected(i)) {
images[i]->CopyBitmap(*c->GetImage(1));
lst_campaigns->SetItemImage(i, images[i]);
-
- const std::lock_guard<std::mutex> lock(sync);
load_index = i;
}
else {