Removed unused code line.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2423 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2013-01-13 12:16:47 +00:00
commit 5ed6737cf3

View file

@ -108,7 +108,6 @@ namespace GreenshotConfluencePlugin {
if (currentPages == null || currentPages.Count == 0) {
yield break;
}
List<IDestination> dynamicDestinations = new List<IDestination>();
foreach(Confluence.Page currentPage in currentPages) {
yield return new ConfluenceDestination(currentPage);
}