aboutsummaryrefslogtreecommitdiffstats
path: root/libical/design-data/value-c-types.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libical/design-data/value-c-types.txt')
-rw-r--r--libical/design-data/value-c-types.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt
deleted file mode 100644
index 0bc8c9a7a0..0000000000
--- a/libical/design-data/value-c-types.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-ATTACH struct icalattachtype # Non-std
-BINARY char*
-BOOLEAN int
-CAL-ADDRESS char*
-DATE struct icaltimetype
-DATE-TIME struct icaltimetype
-DATE-TIME-DATE struct icaltimetype # Non-std
-DATE-TIME-PERIOD struct icalperiodtype # Non-std
-DURATION struct icaldurationtype
-FLOAT float
-GEO struct icalgeotype # Non-std
-INTEGER int
-METHOD icalproperty_method # Non-std
-PERIOD struct icalperiodtype
-RECUR struct icalrecurrencetype
-TEXT char*
-TIME struct icaltimetype
-TRIGGER union icaltriggertype # Non-std
-URI char*
-UTC-OFFSET int
-QUERY char*