mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unused trigger ref
This commit is contained in:
@@ -664,7 +664,6 @@ public class PreferencesFrame {
|
||||
Preferences.setBoolean("pdex.errorCheckEnabled", errorCheckerBox.isSelected());
|
||||
Preferences.setBoolean("pdex.warningsEnabled", warningsCheckerBox.isSelected());
|
||||
Preferences.setBoolean("pdex.completion", codeCompletionBox.isSelected());
|
||||
// Preferences.setBoolean("pdex.completion.trigger", codeCompletionTriggerBox.isSelected());
|
||||
Preferences.setBoolean("pdex.suggest.imports", importSuggestionsBox.isSelected());
|
||||
|
||||
for (Editor editor : base.getEditors()) {
|
||||
|
||||
Reference in New Issue
Block a user