mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Remove dead code.
This commit is contained in:
parent
8b268344f9
commit
ea5876b836
36 changed files with 7 additions and 85 deletions
|
|
@ -176,12 +176,6 @@ WaveView::set_samples_per_pixel (double samples_per_pixel)
|
|||
}
|
||||
}
|
||||
|
||||
static inline double
|
||||
image_to_window (double wave_origin, double image_start)
|
||||
{
|
||||
return wave_origin + image_start;
|
||||
}
|
||||
|
||||
static inline double
|
||||
window_to_image (double wave_origin, double image_start)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue