summaryrefslogtreecommitdiff
path: root/libs/ardour/quantize.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-01 16:19:50 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-01 16:19:50 +0000
commit77be4a2742b593e74e6b0ca79a6aa990bacf3233 (patch)
tree0612b872bce0e54e2faf845e74d6b8e287464251 /libs/ardour/quantize.cc
parenta47ec8ba590d1fe663a64a50b02b1f6b61fd5743 (diff)
Remove unused quantize type options.
git-svn-id: svn://localhost/ardour2/branches/3.0@12130 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/quantize.cc')
-rw-r--r--libs/ardour/quantize.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/quantize.cc b/libs/ardour/quantize.cc
index 7ede60b578..563b7bf4e7 100644
--- a/libs/ardour/quantize.cc
+++ b/libs/ardour/quantize.cc
@@ -40,8 +40,7 @@ using namespace ARDOUR;
* 0.25 = quantize to beats/4, etc.
*/
-Quantize::Quantize (Session& s, QuantizeType /* type */,
- bool snap_start, bool snap_end,
+Quantize::Quantize (Session& s, bool snap_start, bool snap_end,
double start_grid, double end_grid,
float strength, float swing, float threshold)
: session (s)