LVM support #6

Closed
andrius wants to merge 109 commits from (deleted):lvm-support-rebase into master
2 changed files with 0 additions and 7 deletions
Showing only changes of commit 6805269dd0 - Show all commits

View File

@ -47,8 +47,3 @@ void RemoveVolumeGroupOperation::preview()
void RemoveVolumeGroupOperation::undo()
{
}
bool RemoveVolumeGroupOperation::canRemove()
{
return true;
}

View File

@ -55,8 +55,6 @@ public:
virtual void preview() override;
virtual void undo() override;
static bool canRemove();
protected:
RemoveVolumeGroupJob* removeVolumeGroupJob() {
return m_RemoveVolumeGroupJob;