diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-08-27 05:41:11 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-08-27 05:41:11 +0200 |
commit | 8a11d0f781c283c26942f7cb02fa733df79ff731 (patch) | |
tree | fada35a35044d3612d8a58c0a5c6c0593806066c /src/minimalstreamwidget.h | |
parent | 5143fa8dae53448f9b777b848f1026515d1ce247 (diff) |
fix event sound generation for volume changes
Diffstat (limited to 'src/minimalstreamwidget.h')
-rw-r--r-- | src/minimalstreamwidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/minimalstreamwidget.h b/src/minimalstreamwidget.h index 55cf6f3..ba7eb1d 100644 --- a/src/minimalstreamwidget.h +++ b/src/minimalstreamwidget.h @@ -41,8 +41,6 @@ public: bool volumeMeterEnabled; void enableVolumeMeter(); void updatePeak(double v); - - Glib::ustring beepDevice; }; #endif |