remove reference to JACK constant
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Apr 2014 14:22:13 +0000 (10:22 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 10 Apr 2014 14:22:13 +0000 (10:22 -0400)
gtk2_ardour/editor_canvas.cc

index c9c16128fd142ed3516916bf35942353750919e6..55107d5870e3a9f1254dbedc2546043d2f9d5fe1 100644 (file)
@@ -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 ()