From 7c6570402bb203a1f1deb5b76807a9c021f47e82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Nov 2019 20:25:20 +0100 Subject: options: remove options-to-property bridge The previous bunch of commits made this unnecessary, so this should be a purely internal change with no user impact. This may or may not open the way to future improvements. Even if not, at least the property/option interaction should now be much less buggy. --- player/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'player/main.c') diff --git a/player/main.c b/player/main.c index d633871399..3f39dad04c 100644 --- a/player/main.c +++ b/player/main.c @@ -378,8 +378,6 @@ int mp_initialize(struct MPContext *mpctx, char **options) // From this point on, all mpctx members are initialized. mpctx->initialized = true; - mpctx->mconfig->option_set_callback = mp_on_set_option; - mpctx->mconfig->option_set_callback_cb = mpctx; mpctx->mconfig->option_change_callback = mp_option_change_callback; mpctx->mconfig->option_change_callback_ctx = mpctx; // Run all update handlers. -- cgit v1.2.3