From 35c7274cc96a04f166df78249e66ae4a32a53a66 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 3 Apr 2017 23:36:12 +0200 Subject: remove Diskstream from Track and derivatives; get ardour to actually startup --- libs/ardour/ardour/auditioner.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/ardour/auditioner.h') diff --git a/libs/ardour/ardour/auditioner.h b/libs/ardour/ardour/auditioner.h index 1dbe0cd81e..fc52c7e6f0 100644 --- a/libs/ardour/ardour/auditioner.h +++ b/libs/ardour/ardour/auditioner.h @@ -96,9 +96,6 @@ class LIBARDOUR_API Auditioner : public Track int export_stuff (BufferSet&, framepos_t, framecnt_t, boost::shared_ptr, bool, bool, bool) { return -1; } - boost::shared_ptr diskstream_factory (XMLNode const &) - { return boost::shared_ptr (); } - private: boost::shared_ptr the_region; boost::shared_ptr midi_region; @@ -115,8 +112,6 @@ class LIBARDOUR_API Auditioner : public Track bool _synth_changed; bool _queue_panic; - boost::shared_ptr _diskstream_audio; - boost::shared_ptr _diskstream_midi; boost::shared_ptr asynth; void drop_ports (); -- cgit v1.2.3