mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Comment-out unused timepos_t modulo operator which is not implemented
This commit is contained in:
parent
f67e731a7f
commit
1f6abbb756
1 changed files with 2 additions and 0 deletions
|
|
@ -185,8 +185,10 @@ class LIBTEMPORAL_API timepos_t : public int62_t {
|
|||
|
||||
timepos_t & operator+=(Temporal::BBT_Offset const &);
|
||||
|
||||
#if 0 // not implemented, not used
|
||||
timepos_t operator% (timecnt_t const &) const;
|
||||
timepos_t & operator%=(timecnt_t const &);
|
||||
#endif
|
||||
|
||||
/* Although multiplication and division of positions seems unusual,
|
||||
* these are used in Evoral::Curve when scaling a list of timed events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue