mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
NO-OP whitespace
This commit is contained in:
parent
5c9660b62e
commit
cdb1395a99
1 changed files with 46 additions and 47 deletions
|
|
@ -154,7 +154,7 @@ namespace Gtkmm2ext {
|
||||||
|
|
||||||
class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ARDOUR_UI (int *argcp, char **argvp[], const char* localedir);
|
ARDOUR_UI (int *argcp, char **argvp[], const char* localedir);
|
||||||
~ARDOUR_UI();
|
~ARDOUR_UI();
|
||||||
|
|
||||||
|
|
@ -357,7 +357,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
||||||
|
|
||||||
Gtkmm2ext::ActionMap global_actions;
|
Gtkmm2ext::ActionMap global_actions;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class PublicEditor;
|
friend class PublicEditor;
|
||||||
|
|
||||||
void toggle_auto_play ();
|
void toggle_auto_play ();
|
||||||
|
|
@ -376,7 +376,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
||||||
void toggle_rc_options_window ();
|
void toggle_rc_options_window ();
|
||||||
void toggle_session_options_window ();
|
void toggle_session_options_window ();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Gtk::Window _main_window;
|
Gtk::Window _main_window;
|
||||||
Gtk::VBox main_vpacker;
|
Gtk::VBox main_vpacker;
|
||||||
Gtk::HBox status_bar_hpacker;
|
Gtk::HBox status_bar_hpacker;
|
||||||
|
|
@ -798,8 +798,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
|
||||||
|
|
||||||
void step_edit_status_change (bool);
|
void step_edit_status_change (bool);
|
||||||
|
|
||||||
/* these are used only in response to a platform-specific "ShouldQuit" signal
|
/* these are used only in response to a platform-specific "ShouldQuit" signal */
|
||||||
*/
|
|
||||||
bool idle_finish ();
|
bool idle_finish ();
|
||||||
void queue_finish ();
|
void queue_finish ();
|
||||||
void fontconfig_dialog ();
|
void fontconfig_dialog ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue