mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Code cleanup, removed a lot of FxCop messages and added some more disposing.
This commit is contained in:
parent
49869a2630
commit
15253ef295
18 changed files with 119 additions and 335 deletions
|
@ -76,13 +76,6 @@ namespace Greenshot {
|
|||
// Log the startup
|
||||
LOG.Info("Starting: " + EnvironmentInfo.EnvironmentToString(false));
|
||||
|
||||
// Upgrade if needed
|
||||
try {
|
||||
AppConfig.UpgradeToIni();
|
||||
} catch {
|
||||
LOG.Warn("Couldn't upgrade the config.dat to geenshot.ini.");
|
||||
}
|
||||
|
||||
// Read configuration
|
||||
_conf = IniConfig.GetIniSection<CoreConfiguration>();
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue