summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 999294b..42b8929 100644
--- a/config.h
+++ b/config.h
@@ -38,7 +38,6 @@ union config_val {
int i; /* Integer. */
char *str; /* String. */
float f; /* Float. */
- int b : 1; /* Bool. */
};
static const config_opt config_opts[] = {