aboutsummaryrefslogtreecommitdiff
path: root/include/background-image.h
diff options
context:
space:
mode:
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