summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-04-10 10:22:13 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-04-10 10:22:13 -0400
commitf2673bb9bf000fc19d0af54fa883362033f3457a (patch)
tree2329861f5716fea9a8106ec039d903716ddb1ba0 /gtk2_ardour/editor_canvas.cc
parent32fc7a81c5857e60e354edd2b7c15938e79a1afd (diff)
remove reference to JACK constant
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index c9c16128fd..55107d5870 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -62,7 +62,7 @@ using namespace Editing;
/* XXX this is a hack. it ought to be the maximum value of an framepos_t */
-const double max_canvas_coordinate = (double) JACK_MAX_FRAMES;
+const double max_canvas_coordinate = (double) UINT32_MAX;
void
Editor::initialize_canvas ()