summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
committerAiden Gall <aiden@aidengall.xyz>2023-11-16 04:10:21 +0000
commitccea59806e190d44d6fceb782a2a894b13257e42 (patch)
tree8640d1d0f73258a2a1e11ac6ba83eae917a8792d /st.h
parent425fceb39d64b88dc3fc4c6715ccef64ad4a0897 (diff)
merge commits ea7cd7b through 9846a56 from master
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 0 insertions, 2 deletions
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;