summaryrefslogtreecommitdiff
path: root/gtk2_ardour/speaker_dialog.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
committerDavid Robillard <d@drobilla.net>2011-06-01 17:00:29 +0000
commited626628b54e67dd9621c08d82a42afaed00c7ac (patch)
treecf621db4c44f07f75a6e6a3fb7f572cd2c3622cd /gtk2_ardour/speaker_dialog.h
parenta473d630eb165272992e90f8d854b1d66ec0be63 (diff)
Delete trailing whitespace
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/speaker_dialog.h')
-rw-r--r--gtk2_ardour/speaker_dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/speaker_dialog.h b/gtk2_ardour/speaker_dialog.h
index 62bcc277f2..eefdd11afa 100644
--- a/gtk2_ardour/speaker_dialog.h
+++ b/gtk2_ardour/speaker_dialog.h
@@ -34,10 +34,10 @@ class SpeakerDialog : public ArdourDialog
{
public:
SpeakerDialog ();
-
+
boost::shared_ptr<ARDOUR::Speakers> get_speakers() const;
void set_speakers (boost::shared_ptr<ARDOUR::Speakers>);
-
+
private:
boost::weak_ptr<ARDOUR::Speakers> _speakers;
Gtk::HBox hbox;
@@ -63,14 +63,14 @@ private:
PBD::ScopedConnection selected_speaker_connection;
bool ignore_speaker_position_change;
bool ignore_azimuth_change;
-
+
bool darea_expose_event (GdkEventExpose*);
void darea_size_allocate (Gtk::Allocation& alloc);
bool darea_motion_notify_event (GdkEventMotion *ev);
bool handle_motion (gint evx, gint evy, GdkModifierType state);
bool darea_button_press_event (GdkEventButton *ev);
bool darea_button_release_event (GdkEventButton *ev);
-
+
void clamp_to_circle (double& x, double& y);
void gtk_to_cart (PBD::CartesianVector& c) const;
void cart_to_gtk (PBD::CartesianVector& c) const;