aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hanley <nicholasjhanley@gmail.com>2022-11-16 11:56:50 -0500
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2023-03-19 14:05:03 +0100
commitfc79518de7268e45d136b3f2d641cff764809ba1 (patch)
treecefcb5d89b3a5aa954a303cc417f4c09f12f133c
parent9cba3c19d28914b397d930768b9a7828176d9abe (diff)
downloadvis-fc79518de7268e45d136b3f2d641cff764809ba1.tar.gz
vis-fc79518de7268e45d136b3f2d641cff764809ba1.tar.xz
vis: remove unused Arg union member
This was missed when pairwise selection combinators were removed in 404bb95..d1d5853.
-rw-r--r--vis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vis.h b/vis.h
index 8215946..441d184 100644
--- a/vis.h
+++ b/vis.h
@@ -68,7 +68,6 @@ typedef union {
const void *v;
void (*w)(View*);
void (*f)(Vis*);
- Filerange (*combine)(const Filerange*, const Filerange*);
} Arg;
/**