From 2b954b69dabe0dbf5f5e88be05daf3ac253ce40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 24 Jan 2010 22:42:53 +0000 Subject: [PATCH] Remove unused #define:s --- src/dvb/dvb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dvb/dvb.h b/src/dvb/dvb.h index 556ab8d0..54c37d5c 100644 --- a/src/dvb/dvb.h +++ b/src/dvb/dvb.h @@ -138,10 +138,6 @@ typedef struct th_dvb_mux_instance { } th_dvb_mux_instance_t; - -#define DVB_DEVICE_SLOW 1 // Can only handle one service at a time -#define DVB_DEVICE_FAST 2 // Can handle full mux - /** * DVB Adapter (one of these per physical adapter) */