mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
remove cruft
This commit is contained in:
parent
9dad10f691
commit
fab1ef05bc
2 changed files with 9 additions and 27 deletions
|
|
@ -144,9 +144,6 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
bool style_resets_first;
|
||||
int layout_height;
|
||||
int layout_width;
|
||||
int info_height;
|
||||
int upper_height;
|
||||
double mode_based_info_ratio;
|
||||
double corner_radius;
|
||||
uint32_t font_size;
|
||||
|
||||
|
|
@ -202,7 +199,6 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
|
|||
void on_style_changed (const Glib::RefPtr<Gtk::Style>&);
|
||||
void on_size_request (Gtk::Requisition* req);
|
||||
bool on_motion_notify_event (GdkEventMotion *ev);
|
||||
void on_size_allocate (Gtk::Allocation&);
|
||||
bool on_focus_out_event (GdkEventFocus*);
|
||||
|
||||
void set_slave_info ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue