From 74cf84f8a62429daaf42d60367c8af7e2cc503d1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 3 Oct 2020 01:45:08 +0100 Subject: [PATCH] many todos done Signed-off-by: Ian Jackson --- src/bin/daemon-otter.rs | 5 ----- templates/script.ts | 3 --- 2 files changed, 8 deletions(-) diff --git a/src/bin/daemon-otter.rs b/src/bin/daemon-otter.rs index 1458c220..6f789fb0 100644 --- a/src/bin/daemon-otter.rs +++ b/src/bin/daemon-otter.rs @@ -2,11 +2,6 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. -// xxx need button(s) to cause players to release grabs ? - -// xxx chess pieces & board -// xxx way to stop board moving - #![feature(proc_macro_hygiene, decl_macro)] use rocket::{get,routes}; diff --git a/templates/script.ts b/templates/script.ts index 970bf2cf..1b4a1c65 100644 --- a/templates/script.ts +++ b/templates/script.ts @@ -6,8 +6,6 @@ // xxx deployment note: need a whole bunch of domains for SSE conn limit -// xxx some way to choose faces / rotate - // elemnts for a piece // // In svg toplevel @@ -332,7 +330,6 @@ function some_keydown(e: KeyboardEvent) { console.log('KEY UO', e, uo); if (uo.kind == 'Client' || uo.kind == 'ClientExtra') { let f = keyops_local[uo.opname]; - // xxx 'wrest' // xxx 'lower' f(uo); return; -- 2.30.2