NOOP: newline removal

This commit is contained in:
Paul Davis 2020-04-16 12:11:10 -06:00
parent 0bea4f2374
commit eca7888047
2 changed files with 6 additions and 3 deletions

View File

@ -1209,6 +1209,7 @@ private:
void register_actions ();
void register_region_actions ();
void register_midi_actions (Gtkmm2ext::Bindings*);
void load_bindings ();
@ -2325,6 +2326,9 @@ private:
QuantizeDialog* quantize_dialog;
MainMenuDisabler* _main_menu_disabler;
/* MIDI actions, proxied to selected MidiRegionView(s) */
void midi_action (void (MidiRegionView::*method)());
/* private helper functions to help with registering region actions */
Glib::RefPtr<Gtk::Action> register_region_action (Glib::RefPtr<Gtk::ActionGroup> group, Editing::RegionActionTarget, char const* name, char const* label, sigc::slot<void> slot);

View File

@ -355,10 +355,9 @@ public:
void note_deleted (NoteBase*);
void show_verbose_cursor_for_new_note_value(boost::shared_ptr<NoteType> current_note,
uint8_t new_note) const;
void show_verbose_cursor_for_new_note_value(boost::shared_ptr<NoteType> current_note, uint8_t new_note) const;
protected:
protected:
void region_resized (const PBD::PropertyChange&);
void set_flags (XMLNode *);