son't try to select non-existent notes after editing (and thus crash).
[ardour.git] / gtk2_ardour / utils.h
index 51b9ca22c338a358b3f6ce901e356ca548f7edcd..590d817b490af25b6eacecbba93bf9abaee4de48 100644 (file)
@@ -96,7 +96,7 @@ std::string rate_as_string (float r);
 bool windows_overlap (Gtk::Window *a, Gtk::Window *b);
 
 bool overwrite_file_dialog (Gtk::Window& parent, std::string title, std::string text);
-std::string show_gdk_event_state (int state);
+bool running_from_source_tree ();
 
 } // namespace
 #endif /* __ardour_gtk_utils_h__ */