]> mj.ucw.cz Git - ursary.git/commitdiff
Commented out currently unused code
authorMartin Mares <mj@ucw.cz>
Sat, 2 Nov 2019 13:08:10 +0000 (14:08 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 2 Nov 2019 13:08:10 +0000 (14:08 +0100)
ursaryd.c

index ddc896f8062b64fe58c878c8420aecb010312134..ca3f0617de0ccc693188f8970ccc98ad0d00ab49 100644 (file)
--- 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;