aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:15 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-10 01:05:15 +0100
commit226e98b5fb330449996801dcbaa1a7b044d711ae (patch)
tree4054d5c7bb4918245b063d6bc1c168b20ee07e02 /vcal.h
parentAdd attr_helper to graph output. (diff)
downloadcalp-226e98b5fb330449996801dcbaa1a7b044d711ae.tar.gz
calp-226e98b5fb330449996801dcbaa1a7b044d711ae.tar.xz
Minor general cleanup.
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcal.h b/vcal.h
index dc639232..a27bd648 100644
--- a/vcal.h
+++ b/vcal.h
@@ -10,16 +10,6 @@
// #include "trie.h"
#undef TYPE
-/*
-typedef struct {
- strbuf key;
- strbuf value;
-
- strbuf* vals;
- int val_count;
-} parameter;
-*/
-
typedef struct {
strbuf key;
strbuf val;