summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/showtext.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/showtext.c b/apps/showtext.c
index 2bd13826d2..0266a678f5 100644
--- a/apps/showtext.c
+++ b/apps/showtext.c
@@ -25,20 +25,6 @@
25#include "button.h" 25#include "button.h"
26#include "sprintf.h" 26#include "sprintf.h"
27 27
28char *strcat(char *s1,
29 const char *s2)
30{
31 char *s = s1;
32
33 while (*s1)
34 s1++;
35
36 while ((*s1++ = *s2++))
37 ;
38 return s;
39}
40
41
42static int here=0; 28static int here=0;
43 29
44char *singleshow(char *word) 30char *singleshow(char *word)