Removed downsampling entirely

This commit is contained in:
David Högborg
2015-07-15 23:15:09 +02:00
parent 80521b8e94
commit 26af95fd18
3 changed files with 0 additions and 27 deletions

View File

@@ -66,11 +66,6 @@ func main() {
Value: "png",
Usage: "Output file format, default png",
},
cli.IntFlag{
Name: "downsample,d",
Value: 10,
Usage: "Downsample bandwidth by factor. Use if sampled bandwidth is unmanagable wide. 1 is 1:1, 10 is 1:10 and so on.",
},
cli.BoolFlag{
Name: "verbose",
Usage: "Enable more verbose output",