mac: Remove unused graphic from project

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

View file

@ -76,7 +76,6 @@ namespace SparkleLib {
Directory.Move (old_path, new_path); Directory.Move (old_path, new_path);
Console.WriteLine ("Migrated SparkleShare folder to %USERPROFILE%"); Console.WriteLine ("Migrated SparkleShare folder to %USERPROFILE%");
} }
} catch (Exception e) { } catch (Exception e) {
@ -92,7 +91,7 @@ namespace SparkleLib {
File.Delete (LogFilePath); File.Delete (LogFilePath);
} catch (Exception) { } 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"> <Content Include="..\..\data\plugins\own-server.png">
<Link>Plugins\own-server.png</Link> <Link>Plugins\own-server.png</Link>
</Content> </Content>
<Content Include="..\..\data\icons\avatar-default.png">
<Link>Pixmaps\avatar-default.png</Link>
</Content>
<Content Include="..\..\data\avatar-a.png"> <Content Include="..\..\data\avatar-a.png">
<Link>Pixmaps\avatar-a.png</Link> <Link>Pixmaps\avatar-a.png</Link>
</Content> </Content>