diff --git a/simgear/sound/soundmgr_openal.cxx b/simgear/sound/soundmgr_openal.cxx index 5e76d24f..1db1cbc7 100644 --- a/simgear/sound/soundmgr_openal.cxx +++ b/simgear/sound/soundmgr_openal.cxx @@ -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"),