Commit 098dab90 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Disable unused code.

parent 80bed63e
......@@ -238,6 +238,7 @@ void BackgroundWidget::contextMenuEvent( QContextMenuEvent *event )
QVLCMenu::PopupMenu( p_intf, true );
}
#if 0
/**********************************************************************
* Visualization selector panel
**********************************************************************/
......@@ -286,6 +287,7 @@ void VisualSelector::next()
free( psz_new );
}
}
#endif
/**********************************************************************
* TEH controls
......
......@@ -123,6 +123,7 @@ public slots:
void updateArt( QString );
};
#if 0
class VisualSelector : public QFrame
{
Q_OBJECT
......@@ -136,6 +137,7 @@ private slots:
void prev();
void next();
};
#endif
/* Advanced Button Bar */
class QPushButton;
......
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