mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP: clang-format
This commit is contained in:
parent
8b90ea39a2
commit
192d513cba
2 changed files with 113 additions and 110 deletions
|
|
@ -73,10 +73,9 @@ public:
|
|||
bool follow_button_event (GdkEvent*);
|
||||
|
||||
private:
|
||||
bool _grabbed;
|
||||
|
||||
double _poly_size;
|
||||
double _poly_margin;
|
||||
bool _grabbed;
|
||||
double _poly_size;
|
||||
double _poly_margin;
|
||||
|
||||
PBD::ScopedConnection owner_prop_connection;
|
||||
void owner_prop_change (PBD::PropertyChange const&);
|
||||
|
|
@ -99,8 +98,8 @@ public:
|
|||
private:
|
||||
typedef std::vector<TriggerEntry*> Slots;
|
||||
|
||||
ARDOUR::TriggerBox& _triggerbox;
|
||||
Slots _slots;
|
||||
ARDOUR::TriggerBox& _triggerbox;
|
||||
Slots _slots;
|
||||
|
||||
int _drag_start_x;
|
||||
int _drag_start_y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue