summaryrefslogtreecommitdiff
path: root/helpers.c
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2011-01-19 19:15:40 +0100
committeranbr <vdr07@deltab.de>2011-01-19 19:15:40 +0100
commit8b4918746de7be7046365af23444c4de85fe1802 (patch)
treede4026a88324646eb23712de3f81694fbede6c5e /helpers.c
parent8c18a827947737ed95448f408ce34a98725bd776 (diff)
downloadvdr-plugin-dvdswitch-8b4918746de7be7046365af23444c4de85fe1802.tar.gz
vdr-plugin-dvdswitch-8b4918746de7be7046365af23444c4de85fe1802.tar.bz2
Improve menu to read images
Diffstat (limited to 'helpers.c')
-rw-r--r--helpers.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers.c b/helpers.c
index bd3097a..34fea93 100644
--- a/helpers.c
+++ b/helpers.c
@@ -54,12 +54,6 @@ void ChangeChars(char *name, char *chars)
}
}
-void StrRepeat(const char *input, int count, char *dest)
-{
- for(int i = 0; i < count; i++)
- strcat(dest, input);
-}
-
bool RegIMatch(const char *string, const char *pattern)
{
if(!string || !pattern)