mac: Remove unused graphic from project

This commit is contained in:
Hylke Bons 2012-04-28 17:19:21 +01:00
parent 3ce7630321
commit 06246c0ebf
2 changed files with 1 additions and 5 deletions

View file

@ -76,7 +76,6 @@ namespace SparkleLib {
Directory.Move (old_path, new_path);
Console.WriteLine ("Migrated SparkleShare folder to %USERPROFILE%");
}
} catch (Exception e) {
@ -92,7 +91,7 @@ namespace SparkleLib {
File.Delete (LogFilePath);
} catch (Exception) {
// Don't delete the debug.log if 'tail' is reading it
// Don't delete the debug.log if, for example, 'tail' is reading it
}
}

View file

@ -327,9 +327,6 @@
<Content Include="..\..\data\plugins\own-server.png">
<Link>Plugins\own-server.png</Link>
</Content>
<Content Include="..\..\data\icons\avatar-default.png">
<Link>Pixmaps\avatar-default.png</Link>
</Content>
<Content Include="..\..\data\avatar-a.png">
<Link>Pixmaps\avatar-a.png</Link>
</Content>