From: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Wed, 17 Jun 2009 18:44:36 +0000 (+0200)
Subject: removed old unused cursor() proto.
X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=44d8c319a9fe51b011ba6a44779659aec45023a7;p=st.git

removed old unused cursor() proto.
---

diff --git a/st.c b/st.c
index 661f4fb..a7f957b 100644
--- a/st.c
+++ b/st.c
@@ -154,8 +154,6 @@ void xdrawc(int, int, Glyph);
 void xinit(void);
 void xscroll(void);
 
-void cursor(int);
-
 /* Globals */
 DC dc;
 XWindow xw;