common.h
branchtrunk
changeset 23 3b14b8aacaa0
parent 22 93aaf15c145a
child 25 887faebaba0a
     1.1 --- a/common.h	Tue Feb 03 20:33:04 2009 +0800
     1.2 +++ b/common.h	Wed Feb 04 12:30:14 2009 +0800
     1.3 @@ -31,14 +31,6 @@
     1.4  #endif
     1.5  #include "config.h"
     1.6  
     1.7 -#define SLEEP(x) cCondWait::SleepMs(x)
     1.8 -
     1.9 -#include <vdr/tools.h>
    1.10 -static cTimeMs __time;
    1.11 -#define time_ms() ((int)__time.Elapsed())
    1.12 -
    1.13 -#define BUTTON "Button$"
    1.14 -
    1.15  #if !defined(NO_DEBUG) && defined(DEBUG)
    1.16  #define d(x) { (x); }
    1.17  #else