[partition] Remove unused code
This commit is contained in:
parent
8ecae75dc8
commit
fbef117fc8
@ -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 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user