Remove use of i18n macros in headers. Prevents our gettext.h being included before...
[ardour.git] / gtk2_ardour / global_port_matrix.h
index 508376a9d179bb020538ec04ef022011e518eeed..0ce77f74c3d9e35a2ca97bf14ef89e4447171324 100644 (file)
 #include "port_matrix.h"
 #include "port_group.h"
 #include "ardour_dialog.h"
-#include "i18n.h"
 
 class GlobalPortMatrix : public PortMatrix
 {
 public:
-       GlobalPortMatrix (Gtk::Window*, ARDOUR::Session&, ARDOUR::DataType);
+       GlobalPortMatrix (Gtk::Window*, ARDOUR::Session*, ARDOUR::DataType);
 
        void setup_ports (int);
 
        void set_state (ARDOUR::BundleChannel c[2], bool);
        PortMatrixNode::State get_state (ARDOUR::BundleChannel c[2]) const;
 
-       std::string disassociation_verb () const {
-               return _("Disconnect");
-       }
-
-       std::string channel_noun () const {
-               return _("port");
-       }
+       std::string disassociation_verb () const;
+       std::string channel_noun () const;
 
        bool list_is_global (int) const {
                return true;
@@ -60,7 +54,7 @@ private:
 class GlobalPortMatrixWindow : public Gtk::Window
 {
 public:
-       GlobalPortMatrixWindow (ARDOUR::Session&, ARDOUR::DataType);
+       GlobalPortMatrixWindow (ARDOUR::Session *, ARDOUR::DataType);
 
 private:
        void on_show ();