Skip to content
Snippets Groups Projects
Commit 5c3608a0 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

remove unused variable.

git-svn-id: http://root.cern.ch/svn/root/trunk@42704 27541ba8-7e3a-0410-8455-c3a389f83636
parent fdc02744
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,6 @@ public: ...@@ -31,8 +31,6 @@ public:
virtual ~TChar() { } virtual ~TChar() { }
char GetChar() { char GetChar() {
char *tmp;
tmp = (char*)GetTitle();
return GetTitle()[0]; return GetTitle()[0];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment