[dev] [st PATCH 5/6] Remove unused dump() function.

From: noname <noname_AT_inventati.org>
Date: Sun, 27 Apr 2014 15:40:01 +0400

---
 st.c | 10 ----------
 1 file changed, 10 deletions(-)
diff --git a/st.c b/st.c
index 6abda84..aa804eb 100644
--- a/st.c
+++ b/st.c
_AT_@ -394,7 +394,6 @@ static int32_t tdefcolor(int *, int *, int);
 static void tselcs(void);
 static void tdeftran(char);
 static inline bool match(uint, uint);
-static void dump(char c);
 static void ttynew(void);
 static void ttyread(void);
 static void ttyresize(void);
_AT_@ -1233,15 +1232,6 @@ ttynew(void) {
 }
 
 void
-dump(char c) {
-	static int col;
-
-	fprintf(stderr, " %02x '%c' ", c, isprint(c)?c:'.');
-	if(++col % 10 == 0)
-		fprintf(stderr, "\n");
-}
-
-void
 ttyread(void) {
 	static char buf[BUFSIZ];
 	static int buflen = 0;
-- 
1.8.4
Received on Sun Apr 27 2014 - 13:40:01 CEST

This archive was generated by hypermail 2.3.0 : Sun Apr 27 2014 - 13:48:24 CEST