[vlc-commits] macosx: Remove unused advanced option from prefs
Marvin Scholz
git at videolan.org
Wed Apr 25 11:54:39 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Apr 25 11:54:12 2018 +0200| [72816d8ec0b5ef8e134cb1a6388ee62949e3b85e] | committer: Marvin Scholz
macosx: Remove unused advanced option from prefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=72816d8ec0b5ef8e134cb1a6388ee62949e3b85e
---
modules/gui/macosx/prefs_widgets.h | 1 -
modules/gui/macosx/prefs_widgets.m | 1 -
2 files changed, 2 deletions(-)
diff --git a/modules/gui/macosx/prefs_widgets.h b/modules/gui/macosx/prefs_widgets.h
index 5ded29529a..a59b1145fa 100644
--- a/modules/gui/macosx/prefs_widgets.h
+++ b/modules/gui/macosx/prefs_widgets.h
@@ -33,7 +33,6 @@ static NSMenu *o_keys_menu = nil;
@property (readonly) NSString *name;
@property (readonly) int type;
@property (readwrite) int viewType;
- at property (readonly) bool advanced;
@property (readonly) int intValue;
@property (readonly) float floatValue;
@property (readonly) char *stringValue;
diff --git a/modules/gui/macosx/prefs_widgets.m b/modules/gui/macosx/prefs_widgets.m
index 0d7283b61a..694f312c53 100644
--- a/modules/gui/macosx/prefs_widgets.m
+++ b/modules/gui/macosx/prefs_widgets.m
@@ -408,7 +408,6 @@ o_textfield = [[NSSecureTextField alloc] initWithFrame: s_rc]; \
_p_item = p_item;
psz_name = p_item->psz_name;
_type = p_item->i_type;
- _advanced = false;
[self setAutoresizingMask:NSViewWidthSizable | NSViewMinYMargin ];
}
return (self);
More information about the vlc-commits
mailing list