From: Martin Mares Date: Sat, 2 Nov 2019 13:08:10 +0000 (+0100) Subject: Commented out currently unused code X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=78b3a36f046a5d609a20b4772014f9e7958ba1c5;p=ursary.git Commented out currently unused code --- 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;