summaryrefslogtreecommitdiffstats
path: root/src/channelwidget.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-08-27 05:41:11 +0200
committerLennart Poettering <lennart@poettering.net>2009-08-27 05:41:11 +0200
commit8a11d0f781c283c26942f7cb02fa733df79ff731 (patch)
treefada35a35044d3612d8a58c0a5c6c0593806066c /src/channelwidget.h
parent5143fa8dae53448f9b777b848f1026515d1ce247 (diff)
fix event sound generation for volume changes
Diffstat (limited to 'src/channelwidget.h')
-rw-r--r--src/channelwidget.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/channelwidget.h b/src/channelwidget.h
index af823dc..b15fe84 100644
--- a/src/channelwidget.h
+++ b/src/channelwidget.h
@@ -23,8 +23,6 @@
#include "pavucontrol.h"
-#include <canberra-gtk.h>
-
class MinimalStreamWidget;
class ChannelWidget : public Gtk::EventBox {
@@ -46,8 +44,6 @@ public:
bool can_decibel;
bool volumeScaleEnabled;
- Glib::ustring beepDevice;
-
virtual void set_sensitive(bool enabled);
virtual void setBaseVolume(pa_volume_t);
virtual void setSteps(unsigned n);