From: Aurélien Aptel Date: Wed, 17 Jun 2009 18:44:36 +0000 (+0200) Subject: removed old unused cursor() proto. X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=commitdiff_plain;h=44d8c319a9fe51b011ba6a44779659aec45023a7 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;