X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=a7f957b1c52ee6ba40e89c46af79c2cae25c8437;hb=44d8c319a9fe51b011ba6a44779659aec45023a7;hp=661f4fb14191260dcf412bdef0ea84e7e9e92b63;hpb=b8ffa1d7e9cffda8bd8cc7f4ccf612201a617b34;p=st.git 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;