Commit 25913057 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove unneeded option now. Screw Qt < 4.3

Close #1757
parent 210811cd
......@@ -80,8 +80,6 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
dialogBox->restoreState(
settings.value( "file-dialog-state" ).toByteArray() );
#endif
dialogBox->setViewMode( config_GetInt( p_intf, "qt-open-detail" ) ?
QFileDialog::Detail : QFileDialog::List );
/* We don't want to see a grip in the middle of the window, do we? */
dialogBox->setSizeGripEnabled( false );
......
......@@ -124,8 +124,6 @@ static void ShowDialog ( intf_thread_t *, int, int, intf_dialog_args_t * );
"Default is '255;255;255;20;226;20;255;176;15;235;30;20'\n" \
"An alternative can be '30;30;50;40;40;100;50;50;160;150;150;255' ")
#define VIEWDETAIL_TEXT N_( "Show the opening dialog view in detail mode" )
#define QT_MODE_TEXT N_( "Selection of the starting mode and look " )
#define QT_MODE_LONGTEXT N_( "Start VLC with:\n" \
" - normal mode\n" \
......@@ -200,9 +198,6 @@ vlc_module_begin();
"255;255;255;20;226;20;255;176;15;235;30;20",
NULL, SLIDERCOL_TEXT, SLIDERCOL_LONGTEXT, false );
add_bool( "qt-open-detail", false, NULL, VIEWDETAIL_TEXT,
VIEWDETAIL_TEXT, false );
add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
false );
change_internal();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment