Remove an unused variable

This commit is contained in:
Erik Hofman
2016-08-05 11:20:33 +02:00
parent f092f000fa
commit fcd0f15ff2

View File

@@ -138,7 +138,6 @@ SGSoundMgr::SGSoundMgr() :
_active(false),
_changed(true),
_volume(0.0),
_offset_pos(SGVec3d::zeros()),
_velocity(SGVec3d::zeros()),
_bad_doppler(false),
_renderer("unknown"),