Tidy up the region menu a bit, and hopefully clarify what regions will be
[ardour.git] / gtk2_ardour / editor_keys.cc
index 0d46665782f8bf74d4861dc3eda786c0e0e39742..930c5a229d6997cc82ed4a629863956c48e0075a 100644 (file)
@@ -43,7 +43,7 @@ Editor::keyboard_selection_finish (bool add)
 {
        if (_session && have_pending_keyboard_selection) {
 
-               nframes64_t end;
+               framepos_t end;
                bool ignored;
 
                if (_session->transport_rolling()) {
@@ -73,7 +73,7 @@ Editor::keyboard_selection_begin ()
                        have_pending_keyboard_selection = true;
                } else {
                        bool ignored;
-                       nframes64_t where; // XXX fix me
+                       framepos_t where; // XXX fix me
 
                        if (mouse_frame (where, ignored)) {
                                pending_keyboard_selection_start = where;
@@ -91,12 +91,6 @@ Editor::keyboard_paste ()
        paste (1);
 }
 
-void
-Editor::keyboard_insert_region_list_selection ()
-{
-       insert_region_list_selection (1);
-}
-
 int
 Editor::get_prefix (float& /*val*/, bool& was_floating)
 {