aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-06 13:45:14 +0200
committerChristoph Lohmann <20h@r-36.net>2012-10-06 13:45:14 +0200
commitec9fe428b81f478569f80ffab8a933334549ede4 (patch)
treec9f8f1a64c786e39aca5ac27f6977c207d5290e8
parent82437818c5a33b53c1630f345b21f5df9f90fe64 (diff)
downloadst-ec9fe428b81f478569f80ffab8a933334549ede4.tar.gz
st-ec9fe428b81f478569f80ffab8a933334549ede4.tar.bz2
Forgot to remove the xclearborders() definition from the last commit.
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 67b4942..64e0aff 100644
--- a/st.c
+++ b/st.c
@@ -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);