]> Sergey Matveev's repositories - st.git/blobdiff - st.h
code-golfing: cleanup osc color related code
[st.git] / st.h
diff --git a/st.h b/st.h
index 519b9bd8e33a009affbe2dc71c45918e9a0bb929..fd3b0d8501e71a08cc7718be0a670510c3fa60e5 100644 (file)
--- a/st.h
+++ b/st.h
@@ -111,8 +111,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;