mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[partition] Remove unused PartitionLayout constructor
- The constructor PartitionLayout with PartitionEntry appears to be unused since its always. Drop it!
This commit is contained in:
parent
f2960366c8
commit
eae1e90dce
2 changed files with 0 additions and 7 deletions
|
@ -48,12 +48,6 @@ PartitionLayout::PartitionLayout()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
PartitionLayout::PartitionLayout( PartitionLayout::PartitionEntry entry )
|
|
||||||
: PartitionLayout()
|
|
||||||
{
|
|
||||||
m_partLayout.append( entry );
|
|
||||||
}
|
|
||||||
|
|
||||||
PartitionLayout::PartitionLayout( const PartitionLayout& layout )
|
PartitionLayout::PartitionLayout( const PartitionLayout& layout )
|
||||||
: m_defaultFsType( layout.m_defaultFsType )
|
: m_defaultFsType( layout.m_defaultFsType )
|
||||||
, m_partLayout( layout.m_partLayout )
|
, m_partLayout( layout.m_partLayout )
|
||||||
|
|
|
@ -59,7 +59,6 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
PartitionLayout();
|
PartitionLayout();
|
||||||
PartitionLayout( PartitionEntry entry );
|
|
||||||
PartitionLayout( const PartitionLayout& layout );
|
PartitionLayout( const PartitionLayout& layout );
|
||||||
~PartitionLayout();
|
~PartitionLayout();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue