diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-19 17:22:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-12-19 17:22:13 +0100 |
commit | ce8369251cf64919a7f1a8333201d87f92fb2f14 (patch) | |
tree | 4408fc6acf767b31a4b7ad395cc457567f331e58 /tools.h | |
parent | 1d3495a0f09b1949efbba553a3d2a152ad2be617 (diff) | |
download | vdr-ce8369251cf64919a7f1a8333201d87f92fb2f14.tar.gz vdr-ce8369251cf64919a7f1a8333201d87f92fb2f14.tar.bz2 |
Removed delay_ms(), using cCondWait::SleepMs() instead
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 1.59 2004/12/19 14:49:48 kls Exp $ + * $Id: tools.h 1.60 2004/12/19 17:20:05 kls Exp $ */ #ifndef __TOOLS_H @@ -72,7 +72,6 @@ bool endswith(const char *s, const char *p); bool isempty(const char *s); int numdigits(int n); int time_ms(void); -void delay_ms(int ms); bool isnumber(const char *s); int FreeDiskSpaceMB(const char *Directory, int *UsedMB = NULL); bool DirectoryOk(const char *DirName, bool LogErrors = false); |