Skip to content

Commit df59e37

Browse files
committed
removed undeclared var
1 parent 4bb7677 commit df59e37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/processing/mode/android/SDKDownloader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ protected Object doInBackground() throws Exception {
119119
getMainDownloadUrls(downloadUrls, repositoryUrl, Platform.getName());
120120
getExtrasDownloadUrls(downloadUrls, addonUrl, Platform.getName());
121121
firePropertyChange(PROPERTY_CHANGE_EVENT_TOTAL, 0, downloadUrls.totalSize);
122-
totalSize = downloadUrls.totalSize + SUPPORT_LIBRARY_SIZE;
123122

124123
// tools
125124
File downloadedTools = new File(tempFolder, downloadUrls.toolsFilename);

0 commit comments

Comments
 (0)