]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/plugins.cpp
Qt: Use the singleton class, to simplify the code
[vlc] / modules / gui / qt4 / dialogs / plugins.cpp
index e071c18804a43b61ec0f1c8e5961e1c547198120..40bb9bcbdcb0a5f5939837034cb66300b12c0da2 100644 (file)
@@ -38,8 +38,6 @@
 #include <QLineEdit>
 #include <QLabel>
 
-PluginDialog *PluginDialog::instance = NULL;
-
 PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
 {
     setWindowTitle( qtr( "Plugins and extensions" ) );