diff options
Diffstat (limited to 'stream/stream_dvb.c')
-rw-r--r-- | stream/stream_dvb.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c index aabe7170a9..fb247753d7 100644 --- a/stream/stream_dvb.c +++ b/stream/stream_dvb.c @@ -740,9 +740,6 @@ dvb_config_t *dvb_get_config(stream_t *stream) continue; } -// rebase hack -#define mp_find_user_config_file(a,b,c) mp_find_user_config_file(c) -#define mp_find_global_config_file(a, b, c) mp_find_global_config_file(c) void *talloc_ctx = talloc_new(NULL); conf_file = mp_find_user_config_file(talloc_ctx, global, "channels.conf"); switch(type) { |