remove cruft
[ardour.git] / gtk2_ardour / startup.cc
index f332b698549a09b0f45272151b9d0d37aeed0321..bfa625ceff323b6bc68ea2e01c3e8d1513b3df63 100644 (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;
        }