Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow install Theme from Preferences dialog #10202

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(Codacy fix) Avoid unused imports
  • Loading branch information
ricardojlrufino committed May 14, 2020
commit 0ec01c38cc97468d7bde42ad66cd19a79c34c9fc
2 changes: 0 additions & 2 deletions app/src/processing/app/Theme.java
Original file line number Diff line number Diff line change
@@ -69,8 +69,6 @@
import org.apache.commons.compress.utils.IOUtils;
import org.apache.commons.lang3.StringUtils;

import processing.app.Theme.ZippedTheme;
import processing.app.helpers.FileUtils;
import processing.app.helpers.OSUtils;
import processing.app.helpers.PreferencesHelper;
import processing.app.helpers.PreferencesMap;