summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2016-01-08 20:32:08 +0100
committerwm4 <wm4@nowhere>2016-01-14 00:36:53 +0100
commit64067a9b7c639fc76baf2301f17443e07e61e70e (patch)
tree08d39181b0e1e4aa8dc1143679cdee4bd2566255 /player/core.h
parent62acd315ade4c95db5f88c9bda668677e9c6f438 (diff)
downloadmpv-64067a9b7c639fc76baf2301f17443e07e61e70e.tar.bz2
mpv-64067a9b7c639fc76baf2301f17443e07e61e70e.tar.xz
player: remove unused last_dvb_step member.
Channel switching is treated inside the global DVB state by now. Anyways the last switching direction is not really useful and of no interest inside the player.
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/player/core.h b/player/core.h
index 6057725983..f3ce5b4178 100644
--- a/player/core.h
+++ b/player/core.h
@@ -370,8 +370,6 @@ typedef struct MPContext {
int last_chapter_seek;
double last_chapter_pts;
- int last_dvb_step;
-
bool paused;
// step this many frames, then pause
int step_frames;