From cd822d2c6de13e287c2a23b49a0f32b0f3dd88c4 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Thu, 15 Aug 2002 01:24:11 +0000 Subject: Got rid of global mute variable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1745 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 52f67bdf08..ba2a109f1a 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -39,7 +39,6 @@ struct user_settings int loudness; /* loudness eq: 0-100 0=off 100=max */ int bass_boost; /* bass boost eq: 0-100 0=off 100=max */ int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */ - bool muted; /* Is the device muted? */ /* device settings */ -- cgit v1.2.3