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

Remove debug

parent de1210ab
......@@ -23,9 +23,6 @@
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
/* TODO:
- playlist minimumSize applies to all stackWidgets
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
......@@ -251,7 +248,6 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
/* Register callback for the intf-popupmenu variable */
var_AddCallback( p_intf->p_libvlc, "intf-popupmenu", PopupMenuCB, p_intf );
/**** FINAL SIZING and placement of interface */
settings->beginGroup( "MainWindow" );
QVLCTools::restoreWidgetPosition( settings, this, QSize(400, 100) );
......@@ -962,13 +958,7 @@ void MainInterface::createPlaylist()
}
else
{
#ifdef DEBUG_INTF
msg_Warn( p_intf, "Here 1 %i", stackCentralW->currentIndex() );
#endif
stackCentralW->addWidget( playlistWidget );
#ifdef DEBUG_INTF
msg_Warn( p_intf, "Here 2 %i", stackCentralW->currentIndex() );
#endif
}
}
......
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