diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 14:00:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 14:00:45 -0400 |
commit | 91d43245c77ab1408e9a5506d79e0ae2822078a2 (patch) | |
tree | 0d2f6958e637b552c29c3875e563d22503afc401 /chat.h | |
parent | Move sandman to top-level, add --enable-sandman (diff) | |
download | catgirl-91d43245c77ab1408e9a5506d79e0ae2822078a2.tar.gz catgirl-91d43245c77ab1408e9a5506d79e0ae2822078a2.zip |
Remove kiosk mode
I'm fairly certain I was the only one to ever use it, and I don't anymore.
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 6753fcb..2a41cf6 100644 --- a/chat.h +++ b/chat.h @@ -202,7 +202,6 @@ enum Cap { extern struct Self { bool debug; - bool kiosk; bool restricted; size_t pos; enum Cap caps; |