[ROOT] Mini-mini optimization in TGButton::SetGroup

From: Thomas Bretz (tbretz@uni-sw.gwdg.de)
Date: Thu Nov 08 2001 - 14:32:21 MET


Hi rooters,

I know that it doesn't really matter, but...
-----
void TGButton::SetGroup(TGButtonGroup *group)
{
   if (fGroup != group) fGroup = group;
}
-----

I don't think that this if statement makes any sense, neither in speed
nor something else, does it?

Thomas.



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:51:06 MET