From f2673bb9bf000fc19d0af54fa883362033f3457a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Apr 2014 10:22:13 -0400 Subject: [PATCH] remove reference to JACK constant --- gtk2_ardour/editor_canvas.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()