From: Ian Jackson Date: Sun, 23 Aug 2020 11:21:31 +0000 (+0100) Subject: done X-Git-Tag: otter-0.2.0~1076 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1f039c23488ca564863cf1a9261d2b01c767cf96;p=otter.git done --- 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,