diff options
Diffstat (limited to 'src/post/deinterlace/plugins/weave.c')
-rw-r--r-- | src/post/deinterlace/plugins/weave.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/post/deinterlace/plugins/weave.c b/src/post/deinterlace/plugins/weave.c index 77fe4bfa2..13d922781 100644 --- a/src/post/deinterlace/plugins/weave.c +++ b/src/post/deinterlace/plugins/weave.c @@ -62,16 +62,7 @@ static deinterlace_method_t weavemethod = copy_scanline, 0, 0, - { "Only updates the most recent field", - "", - "", - "", - "", - "", - "", - "", - "", - "" } + "Only updates the most recent field." }; deinterlace_method_t *weave_get_method( void ) |