Diff between 72faf3c1d914f7c4c15f0dc07e8e2a25f085d616 and fca6774a3398cde170512b263b0d673df28bd641

Changed Files

File Additions Deletions Status
client/display.h +0 -11 modified

Full Patch

diff --git a/client/display.h b/client/display.h
index ae43d0f..393a3c8 100644
--- a/client/display.h
+++ b/client/display.h
@@ -24,15 +24,4 @@
 #define COLOR_OFF	"\x1B[0m"
 #define COLOR_BLUE	"\x1B[0;34m"
 
-static inline void begin_message(void)
-{
-	rl_message("");
-	printf("\r%*c\r", rl_end, ' ');
-}
-
-static inline void end_message(void)
-{
-	rl_clear_message();
-}
-
 void rl_printf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));