Duh. Simplify previous commit.
[ardour.git] / gtk2_ardour / global_port_matrix.h
index db742252ad894a3cb6bf04bc60df20ce50992016..5a00ed4c75d415ca8c6e41fca6cdffd6ff27ca2d 100644 (file)
@@ -63,11 +63,8 @@ public:
        GlobalPortMatrixWindow (ARDOUR::Session&, ARDOUR::DataType);
 
 private:
-       void rescan ();
-       
        GlobalPortMatrix _port_matrix;
        Gtk::Button _rescan_button;
-
 };