remove all destructors

This commit is contained in:
Paddy Xu
2018-01-24 19:11:16 +02:00
parent 4b9b6c7233
commit 76dd2feb30
15 changed files with 4 additions and 70 deletions

View File

@@ -81,10 +81,5 @@ namespace QuickLook.Plugin.MailViewer
throw new Exception($"{path} is not a valid msg file.");
}
~Plugin()
{
Cleanup();
}
}
}