13
0

remove cruft

This commit is contained in:
Robin Gareus 2017-02-22 10:13:26 +01:00
parent e60147d22d
commit 9bfbde944b

View File

@ -119,8 +119,6 @@ ArdourStartup::~ArdourStartup ()
bool
ArdourStartup::required ()
{
const int current_version = atoi (PROGRAM_VERSION);
if (Glib::file_test (ARDOUR::been_here_before_path (), Glib::FILE_TEST_EXISTS)) {
return false;
}