summaryrefslogtreecommitdiff
path: root/docstring.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-13 13:54:31 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit1ca0e1374d9f93e5724dd18460d82e57d674e10a (patch)
treee34dd87444f85c12cbf5a8de1b0b94468f35eae2 /docstring.c
parentf1e18b157c28d68ef67dcf7e617226824df1c323 (diff)
downloadpucket-1ca0e1374d9f93e5724dd18460d82e57d674e10a.tar.gz
pucket-1ca0e1374d9f93e5724dd18460d82e57d674e10a.tar.bz2
pucket-1ca0e1374d9f93e5724dd18460d82e57d674e10a.zip
Drop striped rendering
The amount of memory available is not a problem anymore.
Diffstat (limited to 'docstring.c')
-rw-r--r--docstring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/docstring.c b/docstring.c
index c992fe8..b86a44d 100644
--- a/docstring.c
+++ b/docstring.c
@@ -61,7 +61,6 @@ static char *the_docstring1 =
"template NA apply defaults based on this genome (genome only)\n"
"dtime 1 time between frames (animate only)\n"
"fields 0 if 1 then render fields, ie odd scanlines at time+0.5\n"
-"nstrips 1 number of strips, ie render fractions of a frame at once (render only)\n"
"qs 1 quality scale, multiply quality of all frames by this\n"
"ss 1 size scale, multiply size (in pixels) of all frames by this\n"
"pixel_aspect 1.0 aspect ratio of pixels (width over height), eg 0.90909 for NTSC\n"