mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45: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
|
@ -59,7 +59,6 @@ public:
|
|||
};
|
||||
|
||||
PartitionLayout();
|
||||
PartitionLayout( PartitionEntry entry );
|
||||
PartitionLayout( const PartitionLayout& layout );
|
||||
~PartitionLayout();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue