Fix more broken whitespace.
[ardour.git] / libs / ardour / ardour / auto_bundle.h
index 9df26a449b359ad58e5f9a3587716b271ccbbe89..b41a5d344fba5440dd10b82ff738557bdb728644 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -39,12 +39,8 @@ class AutoBundle : public Bundle {
        void set_port (uint32_t, std::string const &);
 
   private:
-       /// mutex for _ports;
-       /// XXX: is this necessary?
-       mutable Glib::Mutex _ports_mutex;
-       std::vector<PortList> _ports;
 };
 
-}      
-       
+}
+
 #endif /* __ardour_auto_bundle_h__ */