summaryrefslogtreecommitdiff
path: root/sources/editors/VSEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/editors/VSEditor.java')
-rw-r--r--sources/editors/VSEditor.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/editors/VSEditor.java b/sources/editors/VSEditor.java
index a81300d..af63257 100644
--- a/sources/editors/VSEditor.java
+++ b/sources/editors/VSEditor.java
@@ -228,7 +228,6 @@ abstract class VSEditor implements ActionListener {
booleanFields.put(key, valField);
}
-
for (String key : longKeys) {
String fullKey = VSPrefs.LONG_PREFIX + key;
String descr = prefsToEdit.getDescription(fullKey);