]> git.lizzy.rs Git - bspwm.git/blobdiff - src/helpers.h
Move get_color_pixel() from helpers.h to bspwm.h
[bspwm.git] / src / helpers.h
index e51e5d06e2c36e8b969fc52292a6aa5534485ca7..c65ebbe5cccba3ee60cc767480ddd5ffa57c8abb 100644 (file)
@@ -82,7 +82,6 @@ char *copy_string(char *str, size_t len);
 char *mktempfifo(const char *template);
 int asprintf(char **buf, const char *fmt, ...);
 int vasprintf(char **buf, const char *fmt, va_list args);
-uint32_t get_color_pixel(const char *color);
 bool is_hex_color(const char *color);
 
 #endif