Skip to content

Commit

Permalink
Remove unused constant from SearchField
Browse files Browse the repository at this point in the history
Removed the unused constant DEFAULT_ENABLE_HISTORY_POPUP in the SearchField class to improve code readability and maintenance. This deletion ensures better performance by eliminating unnecessary statements.
  • Loading branch information
leewyatt committed May 30, 2024
1 parent 91c84cd commit 1190230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gemsfx/src/main/java/com/dlsc/gemsfx/SearchField.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public class SearchField<T> extends Control {

private static final String DEFAULT_STYLE_CLASS = "search-field";

private static final boolean DEFAULT_ENABLE_HISTORY_POPUP = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_ENTER = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_COMMIT = true;
private static final boolean DEFAULT_ADDING_ITEM_TO_HISTORY_ON_FOCUS_LOST = true;
Expand Down

0 comments on commit 1190230

Please sign in to comment.