aboutsummaryrefslogtreecommitdiff
path: root/include/background-image.h
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2023-11-23 08:40:41 -0500
committerSimon Ser <contact@emersion.fr>2023-11-23 20:42:04 +0100
commite633fe0b4081f249e9708f95da972138c86838ca (patch)
tree383c7ca2d555353875787b8825c64ef5eb581b9f /include/background-image.h
parent439122e887d8d90991a06cf4877d5dd19bb21692 (diff)
common: move load_image to swaybar
swaynag, swaymsg, and sway do not use this function and are unlikely to in the future.
Diffstat (limited to 'include/background-image.h')
-rw-r--r--include/background-image.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/background-image.h b/include/background-image.h
deleted file mode 100644
index 67c27c84..00000000
--- a/include/background-image.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _SWAY_BACKGROUND_IMAGE_H
-#define _SWAY_BACKGROUND_IMAGE_H
-#include <cairo.h>
-
-cairo_surface_t *load_image(const char *path);
-
-#endif