summaryrefslogtreecommitdiffstats
path: root/src/devicewidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-09 21:54:05 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-09 21:54:05 +0000
commitc70b048c98db9cc7869484ff9d6b1ed84b9dea91 (patch)
tree87e440293b8147b586e4b7b21541c271bc013916 /src/devicewidget.h
parent297af52ae5581f5373bb008f60c7aac858bb365a (diff)
volume: Don't bother setting the steps.
The number of volume steps doesn't really affect our scale, so there is little value in setting it.
Diffstat (limited to 'src/devicewidget.h')
-rw-r--r--src/devicewidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devicewidget.h b/src/devicewidget.h
index 358c708..2ad5d1e 100644
--- a/src/devicewidget.h
+++ b/src/devicewidget.h
@@ -58,7 +58,6 @@ public:
virtual void executeVolumeUpdate();
virtual void setBaseVolume(pa_volume_t v);
- virtual void setSteps(unsigned n);
std::vector< std::pair<Glib::ustring,Glib::ustring> > ports;
Glib::ustring activePort;