13
0

remove reference to JACK constant

This commit is contained in:
Paul Davis 2014-04-10 10:22:13 -04:00
parent 32fc7a81c5
commit f2673bb9bf

View File

@ -62,7 +62,7 @@ using namespace Editing;
/* XXX this is a hack. it ought to be the maximum value of an framepos_t */ /* 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 void
Editor::initialize_canvas () Editor::initialize_canvas ()