summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp_core.h2
-rw-r--r--mplayer.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/mp_core.h b/mp_core.h
index df9d3098e7..7ef16ec972 100644
--- a/mp_core.h
+++ b/mp_core.h
@@ -94,10 +94,8 @@ typedef struct MPContext {
int file_format;
-#ifdef HAS_DVBIN_SUPPORT
int last_dvb_step;
int dvbin_reopen;
-#endif
int was_paused;
diff --git a/mplayer.c b/mplayer.c
index 3c07e2d763..78edd1e06b 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -201,9 +201,7 @@ static MPContext mpctx_s = {
.set_of_sub_pos = -1,
.file_format = DEMUXER_TYPE_UNKNOWN,
.loop_times = -1,
-#ifdef HAS_DVBIN_SUPPORT
.last_dvb_step = 1,
-#endif
};
static MPContext *mpctx = &mpctx_s;