summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-05-28 13:37:17 +0300
committerVille Skyttä <ville.skytta@iki.fi>2011-05-28 13:37:58 +0300
commit3424769a5e317bec6348dd09de2489deb1231789 (patch)
tree9d2fadc4ddb2bb1b1d0ce2741c6b3ee395ac51ab
parente7299d98d9f8b08382e2db426155609f7ac5d337 (diff)
downloadvdr-plugin-text2skin-3424769a5e317bec6348dd09de2489deb1231789.tar.gz
vdr-plugin-text2skin-3424769a5e317bec6348dd09de2489deb1231789.tar.bz2
Remove unused DStartBench and DShowBench macros.
-rw-r--r--common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common.h b/common.h
index 0b71adf..1438d3e 100644
--- a/common.h
+++ b/common.h
@@ -21,9 +21,6 @@
# define Ddiff(t,x)
#endif
-#define DStartBench(x) uint64_t bench_##x = cTimeMs::Now()
-#define DShowBench(t,x) fprintf(stderr, "%s took %llu ms\n", t, cTimeMs::Now() - bench_##x)
-
/* Check if a channel is a radio station. */
#define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff)