From 5e56ffe25d1dd543b6bb9f296cbf10a7be2cbf6f Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 21 May 2020 22:56:58 +0200 Subject: Remove old code in main.py --- main.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/main.py b/main.py index 8fea1d2..2e7e7ae 100755 --- a/main.py +++ b/main.py @@ -3,25 +3,6 @@ import pacmd, pa, inter -# def low_query(func): -# res = func() -# print("Infos:") -# for info in res.infos: -# print(info) -# print("Sections:") -# for sect in res.sections: -# pacmd.dump_section(sect) - -# def high_query(func): -# res = func() -# for x in res: -# print(x) - -# low_query(pacmd.list_sinks) -# high_query(pa.list_sinks) -# print() -# high_query(pa.list_sink_inputs) - inter.start() inter.mainloop() inter.end() -- cgit v1.2.3