From ccea59806e190d44d6fceb782a2a894b13257e42 Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Thu, 16 Nov 2023 04:10:21 +0000 Subject: merge commits ea7cd7b through 9846a56 from master --- st.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'st.h') diff --git a/st.h b/st.h index 39f1425..73903f6 100644 --- a/st.h +++ b/st.h @@ -116,8 +116,6 @@ void *xmalloc(size_t); void *xrealloc(void *, size_t); char *xstrdup(const char *); -int xgetcolor(int x, unsigned char *r, unsigned char *g, unsigned char *b); - /* config.h globals */ extern char *utmp; extern char *scroll; -- cgit v1.2.3