aboutsummaryrefslogtreecommitdiff
path: root/swaybar/render.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/render.h')
-rw-r--r--swaybar/render.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/swaybar/render.h b/swaybar/render.h
deleted file mode 100644
index 931a1cdd..00000000
--- a/swaybar/render.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _SWAYBAR_RENDER_H
-#define _SWAYBAR_RENDER_H
-
-#include "config.h"
-#include "bar.h"
-
-/**
- * Render swaybar.
- */
-void render(struct output *output, struct config *config, struct status_line *line);
-
-/**
- * Set window height and modify internal spacing accordingly.
- */
-void set_window_height(struct window *window, int height);
-
-#endif /* _SWAYBAR_RENDER_H */