remove cruft
This commit is contained in:
parent
8b71e40fbd
commit
b3dd518b22
@ -159,7 +159,6 @@ Editor::check_whether_and_how_to_import(string path, bool all_or_nothing)
|
|||||||
{
|
{
|
||||||
string wave_name (Glib::path_get_basename(path));
|
string wave_name (Glib::path_get_basename(path));
|
||||||
|
|
||||||
SourceMap all_sources = _session->get_sources();
|
|
||||||
bool already_exists = false;
|
bool already_exists = false;
|
||||||
uint32_t existing;
|
uint32_t existing;
|
||||||
|
|
||||||
|
@ -1356,9 +1356,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
|
|||||||
private:
|
private:
|
||||||
SourceMap sources;
|
SourceMap sources;
|
||||||
|
|
||||||
public:
|
|
||||||
SourceMap get_sources() { return sources; }
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int load_sources (const XMLNode& node);
|
int load_sources (const XMLNode& node);
|
||||||
XMLNode& get_sources_as_xml ();
|
XMLNode& get_sources_as_xml ();
|
||||||
|
Loading…
Reference in New Issue
Block a user