Reverse the order of vertical tabs in the port matrix
[ardour.git] / gtk2_ardour / nag.h
index 5872e28f3b3ebe4b97e1e6823bb2fc3f97fe97f5..911f09d926502c2f3a6c59a2cfb5e5b4fa4809c2 100644 (file)
@@ -11,7 +11,7 @@ class NagScreen : public ArdourDialog
 {
   public:
        ~NagScreen();
-       
+
        static NagScreen* maybe_nag (std::string context);
        void nag ();
 
@@ -32,7 +32,6 @@ class NagScreen : public ArdourDialog
        void mark_affirmed_subscriber ();
        void offer_to_donate ();
        void offer_to_subscribe ();
-       bool open_uri (const char*);
        static bool is_subscribed (bool& really);
 };