Damnit ! I've forgot to remove an annoying printf from the previous patch :/

This commit is contained in:
Hombre 2010-11-04 01:42:47 +01:00
parent 37c8063f41
commit 7cda744c22

View File

@ -728,6 +728,5 @@ void CurveEditorGroup::updateBackgroundHistogram (CurveEditor* ce) {
paramCurve->updateBackgroundHistogram (ce->bgHistValid ? ce->histogram : NULL);
customCurve->updateBackgroundHistogram (ce->bgHistValid ? ce->histogram : NULL);
NURBSCurve->updateBackgroundHistogram (ce->bgHistValid ? ce->histogram : NULL);
printf(" - fait! (ce==displayedCurve)");
}
}