From 11cf5d7386733e7e6225eb4742079b8b956fb98d Mon Sep 17 00:00:00 2001
From: Danilo Piparo <danilo.piparo@cern.ch>
Date: Wed, 17 Aug 2016 15:31:27 +0200
Subject: [PATCH] Remove useless static

---
 tutorials/image/trans_graph.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/image/trans_graph.C b/tutorials/image/trans_graph.C
index 8b435e3135e..1e1c45e6e7b 100644
--- a/tutorials/image/trans_graph.C
+++ b/tutorials/image/trans_graph.C
@@ -19,7 +19,7 @@
 #include "TROOT.h"
 #include "TFrame.h"
 
-static UInt_t color2rgb(TColor *col)
+UInt_t color2rgb(TColor *col)
 {
    // returns RGB value of color
 
-- 
GitLab