summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/common.h b/common.h
index abbcbea..c6bb0c0 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.10 2008/04/07 14:27:27 schmirl Exp $
+ * $Id: common.h,v 1.11 2008/04/07 14:40:39 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -25,11 +25,6 @@
# define TRANSPONDER(c1, c2) (c1->Transponder() == c2->Transponder())
-# define INFO(s) Skins.Message(mtInfo, s)
-# define STATUS(s) Skins.Message(mtInfo, s)
-# define ERROR(s) Skins.Message(mtStatus, s)
-# define FLUSH() Skins.Flush()
-
# define MAXPARSEBUFFER KILOBYTE(16)
/* Check if a channel is a radio station. */