Commit b944035b authored by Jakob Leben's avatar Jakob Leben

Qt4: remove SD menu from Media menu

parent 2c562b2a
......@@ -331,7 +331,6 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
updateRecents( p_intf );
menu->addMenu( recentsMenu );
}
menu->addMenu( SDMenu( p_intf, menu ) );
menu->addSeparator();
addDPStaticEntry( menu, qtr( I_PL_SAVE ), "", SLOT( saveAPlaylist() ),
......
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