diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -45,7 +45,6 @@ typedef struct { typedef union { /* various types of arguments passed to key action functions */ bool b; int i; - size_t u; const char *s; const void *v; void (*w)(View*); |
