[vlc-commits] macosx: simple prefs: fix native fullscreen checkbox
David Fuhrmann
git at videolan.org
Wed Jul 15 21:13:42 CEST 2015
vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Wed Jul 15 21:13:03 2015 +0200| [38cb6fd9c07ef1e9eba6d1297c7a86291d78eb70] | committer: David Fuhrmann
macosx: simple prefs: fix native fullscreen checkbox
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38cb6fd9c07ef1e9eba6d1297c7a86291d78eb70
---
modules/gui/macosx/simple_prefs.m | 3 ---
1 file changed, 3 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index b007a05..68d20b4 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -582,9 +582,6 @@ static inline char * __config_GetLabel(vlc_object_t *p_this, const char *psz_nam
[self setupButton: o_intf_nativefullscreen_ckb forBoolValue: "macosx-nativefullscreenmode"];
- [o_intf_nativefullscreen_ckb setState: NSOffState];
- [o_intf_nativefullscreen_ckb setEnabled: NO];
-
[self setupButton: o_intf_embedded_ckb forBoolValue: "embedded-video"];
[self setupButton: o_intf_appleremote_ckb forBoolValue: "macosx-appleremote"];
More information about the vlc-commits
mailing list