mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
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:
parent
97a853d450
commit
5ed6737cf3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue