summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/quantize.h
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/ardour/quantize.h
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/ardour/quantize.h')
-rw-r--r--libs/ardour/ardour/quantize.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/ardour/ardour/quantize.h b/libs/ardour/ardour/quantize.h
index e1ca2b2395..e56927767e 100644
--- a/libs/ardour/ardour/quantize.h
+++ b/libs/ardour/ardour/quantize.h
@@ -30,8 +30,7 @@ class Session;
class Quantize : public MidiOperator {
public:
- Quantize (ARDOUR::Session&, QuantizeType type,
- bool snap_start, bool snap_end,
+ Quantize (ARDOUR::Session&, bool snap_start, bool snap_end,
double start_grid, double end_grid,
float strength, float swing, float threshold);
~Quantize ();