mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
NOOP, remove trailing tabs/whitespace.
This commit is contained in:
parent
e11ba7b79d
commit
22b07e0233
822 changed files with 6861 additions and 6861 deletions
|
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
bool is_selectable() const {return _selectable;}
|
||||
void set_selectable(bool s) { _selectable = s; }
|
||||
|
||||
|
||||
enum Position {
|
||||
PreFader,
|
||||
Fader,
|
||||
|
|
@ -183,7 +183,7 @@ private:
|
|||
std::string name () const {
|
||||
return _name;
|
||||
}
|
||||
|
||||
|
||||
Gtk::Alignment box;
|
||||
|
||||
private:
|
||||
|
|
@ -305,7 +305,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
|
|||
void generic_edit_processor (boost::shared_ptr<ARDOUR::Processor>);
|
||||
|
||||
void update_gui_object_state (ProcessorEntry *);
|
||||
|
||||
|
||||
sigc::signal<void,boost::shared_ptr<ARDOUR::Processor> > ProcessorSelected;
|
||||
sigc::signal<void,boost::shared_ptr<ARDOUR::Processor> > ProcessorUnselected;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue