mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove unused modal LatencyGUI Dialog
This commit is contained in:
parent
70c523e0e8
commit
c5b6b232a6
2 changed files with 0 additions and 21 deletions
|
|
@ -163,14 +163,3 @@ LatencyGUI::change_latency_from_button (int dir)
|
|||
adjustment.set_value (adjustment.get_value() - shift);
|
||||
}
|
||||
}
|
||||
|
||||
LatencyDialog::LatencyDialog (const std::string& title, Latent& l, samplepos_t sr, samplepos_t psz)
|
||||
: ArdourDialog (title, false, true),
|
||||
lwidget (l, sr, psz)
|
||||
{
|
||||
get_vbox()->pack_start (lwidget);
|
||||
add_button (Stock::CLOSE, RESPONSE_CLOSE);
|
||||
|
||||
show_all ();
|
||||
run ();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -92,14 +92,4 @@ private:
|
|||
static std::vector<std::string> unit_strings;
|
||||
};
|
||||
|
||||
class LatencyDialog : public ArdourDialog
|
||||
{
|
||||
public:
|
||||
LatencyDialog (const std::string& title, ARDOUR::Latent&, samplepos_t sample_rate, samplepos_t period_size);
|
||||
~LatencyDialog() {}
|
||||
|
||||
private:
|
||||
LatencyGUI lwidget;
|
||||
};
|
||||
|
||||
#endif /* __gtk2_ardour_latency_gui_h__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue