X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fmacosx%2Fprefs_widgets.h;h=2e1e25786178868669b44b985c1eea3d5dee068b;hb=6b4c45d2549adf181f3f4607dedcaf6f2b4a66a3;hp=1db82dd1b45b716c898b4eadebc80d9263089e1e;hpb=2cb472dba008f7d877ffe6bae9c5575253365282;p=vlc diff --git a/modules/gui/macosx/prefs_widgets.h b/modules/gui/macosx/prefs_widgets.h index 1db82dd1b4..2e1e257861 100644 --- a/modules/gui/macosx/prefs_widgets.h +++ b/modules/gui/macosx/prefs_widgets.h @@ -1,16 +1,16 @@ /***************************************************************************** * prefs_widgets.h: Preferences controls ***************************************************************************** - * Copyright (C) 2002-2003 the VideoLAN team + * Copyright (C) 2002-2007 the VideoLAN team * $Id$ * - * Authors: Derk-Jan Hartman + * Authors: Derk-Jan Hartman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -183,21 +183,7 @@ static NSMenu *o_keys_menu = nil; @end -@interface KeyConfigControlBefore103 : VLCConfigControl -{ - NSButton *o_cmd_checkbox; - NSButton *o_ctrl_checkbox; - NSButton *o_alt_checkbox; - NSButton *o_shift_checkbox; - NSPopUpButton *o_popup; -} - -- (id) initWithItem: (module_config_t *)_p_item - withView: (NSView *)o_parent_view; - -@end - -@interface KeyConfigControlAfter103 : VLCConfigControl +@interface KeyConfigControl : VLCConfigControl { NSPopUpButton *o_popup; } @@ -216,7 +202,7 @@ static NSMenu *o_keys_menu = nil; - (id) initWithItem: (module_config_t *)_p_item withView: (NSView *)o_parent_view; - + @end //#undef CONFIG_ITEM_LIST_STRING