]> git.mxchange.org Git - simgear.git/commitdiff
Remove an unused variable
authorErik Hofman <erik@ehofman.com>
Fri, 5 Aug 2016 09:20:33 +0000 (11:20 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 13 Aug 2016 08:21:16 +0000 (10:21 +0200)
simgear/sound/soundmgr_openal.cxx

index 5e76d24f322c4efc100411288f0a3b9249f46593..1db1cbc76b36268615ad9c1976851dc7ddd9d8ae 100644 (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"),