Removed support for creating backups.

This commit is contained in:
Birunthan Mohanathas
2012-06-16 21:55:52 +03:00
parent a7a74dda69
commit 8e74c779a9
4 changed files with 3 additions and 590 deletions

View File

@ -1571,13 +1571,6 @@ INT_PTR CDialogManage::CTabThemes::OnCommand(WPARAM wParam, LPARAM lParam)
}
break;
case IDC_MANAGETHEMES_BACKUP_BUTTON:
{
std::wstring file = Rainmeter->GetPath() + L"SkinInstaller.exe";
RunFile(file.c_str(), L"/BACKUP");
}
break;
default:
return 1;
}