mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[partition] Remove unused code
This commit is contained in:
parent
8ecae75dc8
commit
fbef117fc8
1 changed files with 0 additions and 9 deletions
|
@ -200,15 +200,6 @@ ChoicePage::init( PartitionCoreModule* core )
|
||||||
*
|
*
|
||||||
* No texts are set -- that happens later by the translator functions.
|
* 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*
|
static inline QComboBox*
|
||||||
createCombo( const QSet< SwapChoice >& s )
|
createCombo( const QSet< SwapChoice >& s )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue