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:
Paul Davis 2014-09-13 14:05:43 -04:00
parent 402d5bec10
commit f4c2d1a71d

View file

@ -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: