]> code.citadel.org Git - citadel.git/blobdiff - webcit/scripts/get_ical_data__template.sed
serv_rssclient.c: style update
[citadel.git] / webcit / scripts / get_ical_data__template.sed
diff --git a/webcit/scripts/get_ical_data__template.sed b/webcit/scripts/get_ical_data__template.sed
deleted file mode 100644 (file)
index da73cc8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#! /bin/sed -nf
-
-H
-$ {
-  x
-  s/\n//g
-  p
-}
-$ { 
-  s/.*typedef *enum *__ICALTYPE__ *{\(.*\)} *__ICALTYPE__ *;.*/\1/
- }