mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
partitionmanager: remove unused variable in EditMountPointDialogWidget::readMountpoints()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
64fa811282
commit
da74880b26
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ bool EditMountPointDialogWidget::readMountpoints(const QString& filename)
|
|||
|
||||
if (!device.isEmpty())
|
||||
{
|
||||
QString mountPoint = mnt->mnt_dir;
|
||||
mountPoints()[device] = new MountEntry(mnt, type);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue