From 1f039c23488ca564863cf1a9261d2b01c767cf96 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 12:21:31 +0100 Subject: [PATCH] done --- src/global.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/global.rs b/src/global.rs index 707219d4..7450ebd1 100644 --- a/src/global.rs +++ b/src/global.rs @@ -158,7 +158,6 @@ struct Global { config : RwLock>, dirty : Mutex>, save_area_lock : Mutex>, - // xxx delete clients at some point! } #[derive(Debug)] @@ -515,9 +514,6 @@ impl InstanceGuard<'_> { // ---------- save/load ---------- -// xxx saving on client api calls -// xxx saving on "extraordinary" mgmt calls - enum SavefilenameParseResult { NotGameFile, AccessFile, -- 2.30.2