fix warning reg. unused variable

introduced in 11b9481
This commit is contained in:
Joachim Schmitz 2014-07-01 09:20:19 +02:00
parent 56f6f0a37a
commit 72a700d7cf

View file

@ -1087,7 +1087,7 @@ void ExportMusicXml::credits(Xml& xml)
const double w = getTenthsFromInches(pf->size().width());
const double lm = getTenthsFromInches(pf->oddLeftMargin());
const double rm = getTenthsFromInches(pf->oddRightMargin());
const double tm = getTenthsFromInches(pf->oddTopMargin());
//const double tm = getTenthsFromInches(pf->oddTopMargin());
const double bm = getTenthsFromInches(pf->oddBottomMargin());
//qDebug("page h=%g w=%g lm=%g rm=%g tm=%g bm=%g", h, w, lm, rm, tm, bm);