Remove ambiguous API implementation
[ardour.git] / libs / ardour / ardour / audioengine.h
index 4548ad7391b13252a8ca204bede8ead0cfd18a7a..664309e935e090e3d3495ebf8c42f79f3a2b46df 100644 (file)
@@ -123,7 +123,6 @@ class LIBARDOUR_API AudioEngine : public PortManager, public SessionHandlePtr
        void           launch_device_control_app();
 
        bool           is_realtime() const;
-       bool           connected() const;
 
        // for the user which hold state_lock to check if reset operation is pending
        bool           is_reset_requested() const { return g_atomic_int_get(const_cast<gint*>(&_hw_reset_request_count)); }