From f4c2d1a71d16fe735e88211089fc62ff8be8fd61 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 13 Sep 2014 14:05:43 -0400 Subject: [PATCH] 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. --- gtk2_ardour/waves_dialog.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk2_ardour/waves_dialog.h b/gtk2_ardour/waves_dialog.h index 9071a578da..bcce07fccb 100644 --- a/gtk2_ardour/waves_dialog.h +++ b/gtk2_ardour/waves_dialog.h @@ -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: