summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-22 16:38:57 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-06-17 08:54:13 +0100
commitddd7d06ddec0ff76df434ce561a8173ebe9db5c5 (patch)
tree2dff5d50bbaafa937cc88dedad0cf74acc28b04d /src/streamwidget.h
parentdea5d0a0fe353cd2a23bb379605f09011ce240d8 (diff)
Move the setBaseVolume()/setSteps() methods to devicewidget (problem found after rebasing)
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r--src/streamwidget.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h
index 56b95d0..6dfb67c 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -54,8 +54,6 @@ public:
bool timeoutEvent();
virtual void executeVolumeUpdate();
- virtual void setBaseVolume(pa_volume_t v);
- virtual void setSteps(unsigned n);
protected:
Gtk::ComboBox *deviceCombo;