Changeset 1614 for code/branches/hud/src/orxonox/RadarViewable.cc
- Timestamp:
- Jun 21, 2008, 2:35:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/RadarViewable.cc
r1613 r1614 57 57 this->radarObjectDescription_ = str; 58 58 } 59 60 /*void RadarViewable::unregisterFromRadar()61 {62 Radar* radar = Radar::getInstancePtr();63 if (radar)64 radar->unregisterObject(this);65 else66 {67 CCOUT(2) << "Attempting to unregister an object to the radar, but the radar is non existent." << std::endl;68 }69 }*/70 59 }
Note: See TracChangeset
for help on using the changeset viewer.