From c6b68c28f438f6f0f4e6b92782991211d868b858 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 5 Oct 2014 18:07:27 +0200 Subject: cocoa: remove --fs-missioncontrol This is the first of a series of commits that will change the Cocoa way in a way that is easily embeddable inside parent views. To reach that point common code must avoid referencing the parent NSWindow since that could be the host application's window. --- options/options.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 8d0b694d98..08af7b7fc2 100644 --- a/options/options.h +++ b/options/options.h @@ -36,8 +36,6 @@ typedef struct mp_vo_opts { float monitor_pixel_aspect; int force_window_position; - int fs_missioncontrol; - struct sws_opts *sws_opts; } mp_vo_opts; -- cgit v1.2.3