1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-24 15:11:11 +01:00

Remove Envelope::GetValueAtX

This commit is contained in:
Paul Licameli
2015-06-09 16:21:29 -04:00
parent 6b9e7506dd
commit c5754ee751
3 changed files with 2 additions and 12 deletions

View File

@@ -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.
*