From: Erik Hofman Date: Fri, 5 Aug 2016 09:20:33 +0000 (+0200) Subject: Remove an unused variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b85822b5bfe242f2eb4e4ae530acdfd8d63cf351;p=simgear.git Remove an unused variable --- 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"),