Clean up BusProfile:
[ardour.git] / libs / ardour / ardour / types.h
index 7a0c5762b720d2de593033c8b5b0178e56609a69..854fb04066691349cf574531cb075b1b08c59b3d 100644 (file)
@@ -625,11 +625,7 @@ namespace ARDOUR {
        };
 
        struct BusProfile {
-               AutoConnectOption input_ac;      /* override the RC config for input auto-connection */
-               AutoConnectOption output_ac;     /* override the RC config for output auto-connection */
-               uint32_t master_out_channels;    /* how many channels for the master bus */
-               uint32_t requested_physical_in;  /* now many of the available physical inputs to consider usable */
-               uint32_t requested_physical_out; /* now many of the available physical inputs to consider usable */
+               uint32_t master_out_channels; /* how many channels for the master bus, 0: no master bus */
        };
 
        enum FadeShape {