Skip to content

Commit

Permalink
Remove useless static
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Aug 17, 2016
1 parent bff587a commit 11cf5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/image/trans_graph.C
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11cf5d7

Please sign in to comment.