From 71defcbd4c965f13afca1f52b37578e9cefc5da0 Mon Sep 17 00:00:00 2001 From: zleba <radek.zlebcik@gmail.com> Date: Wed, 5 Jul 2017 00:49:00 +0200 Subject: [PATCH] Nothing --- plottingHelper.C | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plottingHelper.C b/plottingHelper.C index 5714c1e..e1887de 100644 --- a/plottingHelper.C +++ b/plottingHelper.C @@ -835,14 +835,10 @@ void GetLegendSizes(TLegend *leg, double &SizeX, double &SizeY, double &SizeYroo } - - - /// Setup the position of legends provided in legs array /// /// Note that the legends must be drawn manually /// To draw legends directly, use DrawLegends -/// void PlaceLegends(vector<TLegend*> legs, bool keepRange) { int nScaleSteps = keepRange ? 1 : 20; -- GitLab