mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-24 15:11:11 +01:00
Remove Envelope::GetValueAtX
This commit is contained in:
@@ -151,8 +151,6 @@ class Envelope : public XMLTagHandler {
|
||||
// Accessors
|
||||
/** \brief Get envelope value at time t */
|
||||
double GetValue(double t) const;
|
||||
/** \brief Get envelope value at pixel X */
|
||||
double GetValueAtX(int x, const wxRect & r, double h, double pps);
|
||||
|
||||
/** \brief Get many envelope points at once.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user