summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorChristoph Lohmann2012-10-06 13:45:14 +0200
committerChristoph Lohmann2012-10-06 13:45:14 +0200
commit02f3b37a2d354c74169f5ed038bb1cb6225d691a (patch)
treec9f8f1a64c786e39aca5ac27f6977c207d5290e8 /st.c
parent0cc7ee5e737c9df5a41a4bca708e583117830085 (diff)
downloadst-02f3b37a2d354c74169f5ed038bb1cb6225d691a.tar.gz
st-02f3b37a2d354c74169f5ed038bb1cb6225d691a.tar.xz
st-02f3b37a2d354c74169f5ed038bb1cb6225d691a.zip
Forgot to remove the xclearborders() definition from the last commit.
Diffstat (limited to 'st.c')
-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);