about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-11 14:00:45 -0400
committerJune McEnroe <june@causal.agency>2023-10-11 14:00:45 -0400
commit91d43245c77ab1408e9a5506d79e0ae2822078a2 (patch)
tree0d2f6958e637b552c29c3875e563d22503afc401 /chat.h
parentMove sandman to top-level, add --enable-sandman (diff)
downloadcatgirl-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 'chat.h')
-rw-r--r--chat.h1
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;