From 78b3a36f046a5d609a20b4772014f9e7958ba1c5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 2 Nov 2019 14:08:10 +0100 Subject: [PATCH] Commented out currently unused code --- ursaryd.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ursaryd.c b/ursaryd.c index ddc896f..ca3f061 100644 --- a/ursaryd.c +++ b/ursaryd.c @@ -288,6 +288,8 @@ static void update_group_from_button(int i, int on) } } +#if 0 // Not used at the moment + static int find_touched_client(void) { int touched = -1; @@ -302,8 +304,12 @@ static int find_touched_client(void) return touched; } +#endif + /*** Default sink controls ***/ +#if 0 // Not mapped to any button at the moment + static const char *get_client_sink(int i) { const char *sink = NULL; @@ -414,6 +420,8 @@ static void update_default_sink_from_button(int button, int on) } } +#endif + /*** MPD controls ***/ static bool mpd_flash_state; -- 2.39.2