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.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt
deleted file mode 100644
index 76a1e7c9b7..0000000000
--- a/libical/design-data/value-c-types.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-ATTACH std struct icalattachtype # Non-std
-BINARY std const char*
-BOOLEAN std int
-CAL-ADDRESS std const char*
-DATE std struct icaltimetype
-DATE-TIME std struct icaltimetype
-DATE-TIME-DATE std struct icaltimetype # Non-std
-DATE-TIME-PERIOD std struct icalperiodtype # Non-std
-DURATION std struct icaldurationtype
-FLOAT std float
-GEO std struct icalgeotype # Non-std
-INTEGER std int
-METHOD std icalproperty_method # Non-std
-PERIOD std struct icalperiodtype
-RECUR special struct icalrecurrencetype
-STRING std const char* # Non-std
-TEXT std const char*
-TIME std struct icaltimetype
-TRIGGER std union icaltriggertype # Non-std
-URI std const char*
-UTC-OFFSET std int
-QUERY std const char*
-STATUS std icalproperty_status #Non-std \ No newline at end of file