mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
remove misleading comment, since WavesDialog does NOT share a common mechanism for closing dialogs.
This functionality was removed because it is part of ArdourDialog, not Gtk::Dialog, which WavesDialog inherits from.
This commit is contained in:
parent
402d5bec10
commit
f4c2d1a71d
1 changed files with 0 additions and 6 deletions
|
|
@ -35,12 +35,6 @@ namespace WM {
|
|||
class WavesButton;
|
||||
class XMLNode;
|
||||
|
||||
/*
|
||||
* This virtual parent class is so that each dialog box uses the
|
||||
* same mechanism to declare its closing. It shares a common
|
||||
* method of connecting and disconnecting from a Session with
|
||||
* all other objects that have a handle on a Session.
|
||||
*/
|
||||
class WavesDialog : public Gtk::Dialog, public ARDOUR::SessionHandlePtr, public WavesUI
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue