VBAP panner should use Panner::_angles not its own private azi/ele members : now...
[ardour.git] / libs / ardour / ardour / vbap.h
index 620bd9d29770492996b4cdcc75069ad8aee32220..e3dc60c97ce05deaa7a031657c6f791c6d9df402 100644 (file)
@@ -52,8 +52,6 @@ class VBAPanner : public StreamPanner {
        int load (std::istream&, std::string path, uint32_t&) { return 0; }
 
   private:
-        double _azimuth;   /* direction for the signal source */
-        double _elevation; /* elevation of the signal source */
         bool   _dirty;
         double gains[3];
         double desired_gains[3];