Skip to content

Commit b70a4f8

Browse files
committed
unused imports and commented code
1 parent 8fccff2 commit b70a4f8

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

app/src/processing/app/ui/Toolkit.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@
5252
import java.util.ArrayList;
5353
import java.util.Arrays;
5454
import java.util.Comparator;
55-
import java.util.HashSet;
5655
import java.util.List;
5756
import java.util.Locale;
58-
import java.util.Set;
5957
import java.util.regex.Pattern;
6058

6159
import javax.swing.Action;
@@ -81,17 +79,8 @@
8179
* Utility functions for base that require a java.awt.Toolkit object. These
8280
* are broken out from Base as we start moving toward the possibility of the
8381
* code running in headless mode.
84-
* @author fry
8582
*/
8683
public class Toolkit {
87-
/*
88-
static public final String PROMPT_YES = Language.text("prompt.yes");
89-
static public final String PROMPT_NO = Language.text("prompt.no");
90-
static public final String PROMPT_CANCEL = Language.text("prompt.cancel");
91-
static public final String PROMPT_OK = Language.text("prompt.ok");
92-
static public final String PROMPT_BROWSE = Language.text("prompt.browse");
93-
*/
94-
9584
static final java.awt.Toolkit awtToolkit =
9685
java.awt.Toolkit.getDefaultToolkit();
9786

0 commit comments

Comments
 (0)