remove cruft

This commit is contained in:
Robin Gareus 2017-03-07 02:55:22 +01:00
parent 5956e864e7
commit 50f408adf2

View File

@ -1949,17 +1949,6 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
void auto_connect_master_bus ();
/* Windows VST support */
long _windows_vst_callback (
WindowsVSTPlugin*,
long opcode,
long index,
long value,
void* ptr,
float opt
);
int find_all_sources (std::string path, std::set<std::string>& result);
int find_all_sources_across_snapshots (std::set<std::string>& result, bool exclude_this_snapshot);