13
0

remove cruft

This commit is contained in:
Robin Gareus 2014-01-19 22:18:40 +01:00
parent 8b71e40fbd
commit b3dd518b22
2 changed files with 0 additions and 4 deletions

View File

@ -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));
SourceMap all_sources = _session->get_sources();
bool already_exists = false;
uint32_t existing;

View File

@ -1356,9 +1356,6 @@ class Session : public PBD::StatefulDestructible, public PBD::ScopedConnectionLi
private:
SourceMap sources;
public:
SourceMap get_sources() { return sources; }
private:
int load_sources (const XMLNode& node);
XMLNode& get_sources_as_xml ();