From 8a11d0f781c283c26942f7cb02fa733df79ff731 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 27 Aug 2009 05:41:11 +0200 Subject: fix event sound generation for volume changes --- src/minimalstreamwidget.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/minimalstreamwidget.h') 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 -- cgit