Forgot to remove the xclearborders() definition from the last commit.

This commit is contained in:
Christoph Lohmann 2012-10-06 13:45:14 +02:00
parent 0cc7ee5e73
commit 02f3b37a2d
1 changed files with 0 additions and 1 deletions

1
st.c
View File

@ -302,7 +302,6 @@ static void ttywrite(const char *, size_t);
static void xdraws(char *, Glyph, int, int, int, int);
static void xhints(void);
static void xclear(int, int, int, int);
static void xclearborders(void);
static void xdrawcursor(void);
static void xinit(void);
static void xloadcols(void);