From 64067a9b7c639fc76baf2301f17443e07e61e70e Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Fri, 8 Jan 2016 20:32:08 +0100 Subject: 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. --- player/core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/core.h') 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; -- cgit v1.2.3