diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-04-28 16:45:51 +0200 |
commit | 7385922cd37e4ffe65f4af34b2795307a76670c4 (patch) | |
tree | 2d908584bfb663268004e19a23e02ce6c65034c5 /src/plugins | |
parent | 6dd5e6966c6ec10d38d4b620a053ae262ac60d86 (diff) | |
parent | 6710aa856175300e598b23b701c0d2741f2cb6b3 (diff) |
Update upstream source from tag 'upstream/0.30.4'
Update to upstream version '0.30.4'
with Debian dir 2d4b66e5f883875fb1420e1b17811073c8065d44
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/StandardHostInterface.vala | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/StandardHostInterface.vala b/src/plugins/StandardHostInterface.vala index 857c8ff..d0f3ed4 100644 --- a/src/plugins/StandardHostInterface.vala +++ b/src/plugins/StandardHostInterface.vala @@ -26,9 +26,6 @@ public class StandardHostInterface : Object, Spit.HostInterface { case "org.yorba.shotwell.publishing.facebook": return "facebook"; - case "org.yorba.shotwell.publishing.picasa": - return "picasa"; - case "org.yorba.shotwell.publishing.flickr": return "flickr"; |