[partition] Remove unused code

This commit is contained in:
Adriaan de Groot 2019-01-21 07:52:23 -05:00
parent 8ecae75dc8
commit fbef117fc8

View File

@ -200,15 +200,6 @@ ChoicePage::init( PartitionCoreModule* core )
*
* No texts are set -- that happens later by the translator functions.
*/
static inline QComboBox*
createCombo( std::initializer_list< SwapChoice > l )
{
QComboBox* box = new QComboBox;
for ( SwapChoice c : l )
box->addItem( QString(), c );
return box;
}
static inline QComboBox*
createCombo( const QSet< SwapChoice >& s )
{