From 54b8e9131c8775777dfb3c76f308a97c49c55fd9 Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Fri, 9 Apr 2021 01:47:10 +0100 Subject: Revert "sound: add sound_numdecimals() to round out the sound setting query API" There is already a sound_numdecimals() function, according to Git it's been around since 2005. No need to add another one :). This reverts commit 92a0ab8789c622afecc47f3b399eda8abf26ee9e. Change-Id: I533ebf1763dd7a27346842982493d4550f05ad7c --- firmware/export/sound.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export/sound.h') diff --git a/firmware/export/sound.h b/firmware/export/sound.h index 8e79dd0aed..59677912db 100644 --- a/firmware/export/sound.h +++ b/firmware/export/sound.h @@ -31,7 +31,6 @@ int sound_numdecimals(int setting); int sound_steps(int setting); int sound_min(int setting); int sound_max(int setting); -int sound_num_decimals(int setting); int sound_current(int setting); int sound_default(int setting); sound_set_type* sound_get_fn(int setting); -- cgit v1.2.3