summaryrefslogtreecommitdiffstats
path: root/player/core.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-15 11:43:49 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-18 01:17:42 +0300
commit020730da0bcc467afee8ff9861fcc9116372003b (patch)
treec5f58fd079bec2828dc9ab03c0d875e7d3b56b54 /player/core.h
parent435bc003c0af7c51aa994f26ac0e80ad3e310b75 (diff)
downloadmpv-020730da0bcc467afee8ff9861fcc9116372003b.tar.bz2
mpv-020730da0bcc467afee8ff9861fcc9116372003b.tar.xz
player: remove in_dispatch field
(Not sure if worth the trouble, but it does seem less awkward.)
Diffstat (limited to 'player/core.h')
-rw-r--r--player/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/core.h b/player/core.h
index ff4719926d..bc6cf28ff0 100644
--- a/player/core.h
+++ b/player/core.h
@@ -234,7 +234,6 @@ typedef struct MPContext {
struct mp_client_api *clients;
struct mp_dispatch_queue *dispatch;
struct mp_cancel *playback_abort;
- bool in_dispatch;
// Number of asynchronous tasks that still need to finish until MPContext
// destruction is ok. It's implied that the async tasks call
// mp_wakeup_core() each time this is decremented.