Merge branch 'maint'
[paraslash.git] / ggo / write.m4
index e7faebccf760f80b74a7c69606b018e622a7dcce..d954316a40d1fe62ad9846b1dd803a83fb4cf2c0 100644 (file)
@@ -1,13 +1,5 @@
 include(header.m4)
 include(loglevel.m4)
-include(buffer_tree.m4)
-
-option "bufsize" b
-#~~~~~~~~~~~~~~~~~
-"input buffer size"
-int typestr="kilobytes"
-default="64"
-optional
 
 option "writer" w
 #~~~~~~~~~~~~~~~~
@@ -20,13 +12,3 @@ details="
        May be give multiple times. The same writer may be specified
        more than once.
 "
-
-option "start_time" t
-#~~~~~~~~~~~~~~~~~~~~
-"defer playback"
-string typestr="timeval"
-optional
-details="
-       Start playback at given time which must be in a:b format where
-       a denotes seconds and b denotes microseconds since the epoch.
-"