diff --git a/src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java b/src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java index 62d207c7..cdbef49d 100644 --- a/src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java +++ b/src/main/java/io/github/albertus82/eqbulletin/gui/listener/FindSameAreaEventsSelectionListener.java @@ -240,15 +240,6 @@ public int getValue() { return value; } - /** - * Returns the style bits that should be used for the input text field. Defaults - * to a single line entry. Subclasses may override. - * - * @return the integer style bits that should be used when creating the input - * text - * - * @since 3.4 - */ protected int getScaleStyle() { return SWT.HORIZONTAL; }