aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-09 19:02:13 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-09 19:02:13 -0500
commitcbdd357b41b4685c669755bfdd29c822d5dcc8c6 (patch)
tree199ee8eaf17a938a9c68198dac95d1ce1f9b8353 /types.h
parent5131fdff6294b075cc760a8014ef8c9b6d1bf5d8 (diff)
Deprecate secret langs (just use one-member structs)
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/types.h b/types.h
index 75dff3bc..50e69778 100644
--- a/types.h
+++ b/types.h
@@ -65,7 +65,6 @@ struct type_s {
} NumType;
struct {
const char *lang;
- bool secret;
} TextType;
struct {
type_t *item_type;