aboutsummaryrefslogtreecommitdiff
path: root/ui/daemon/ui_vars.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui/daemon/ui_vars.py')
-rw-r--r--ui/daemon/ui_vars.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/daemon/ui_vars.py b/ui/daemon/ui_vars.py
deleted file mode 100644
index f486703..0000000
--- a/ui/daemon/ui_vars.py
+++ /dev/null
@@ -1,7 +0,0 @@
-class UIVars:
- def __init__(self, _):
- self.flags = set()
- self.includes = {"signal.h", "stdio.h", "unistd.h"}
- self.defines = set()
- self.links = set()
- self.pager = False