From 7cda744c223335881f64dba49afb8fd7f32f98aa Mon Sep 17 00:00:00 2001 From: Hombre Date: Thu, 4 Nov 2010 01:42:47 +0100 Subject: [PATCH] Damnit ! I've forgot to remove an annoying printf from the previous patch :/ --- rtgui/curveeditorgroup.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/curveeditorgroup.cc b/rtgui/curveeditorgroup.cc index e85debb7f..f94800d70 100644 --- a/rtgui/curveeditorgroup.cc +++ b/rtgui/curveeditorgroup.cc @@ -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)"); } }