소스 검색

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

Christoph Lohmann 12 년 전
부모
커밋
02f3b37a2d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      st.c

+ 0 - 1
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);