banktags: Merge switch branches with the same code
This commit is contained in:
@@ -246,10 +246,8 @@ public class BankTagsPlugin extends Plugin implements MouseWheelListener, KeyLis
|
|||||||
intStack[intStackSize - 1] = 0;
|
intStack[intStackSize - 1] = 0;
|
||||||
break;
|
break;
|
||||||
case "hideLine":
|
case "hideLine":
|
||||||
// hide the widget for the line separator
|
|
||||||
intStack[intStackSize - 1] = 1;
|
|
||||||
break;
|
|
||||||
case "hideTabText":
|
case "hideTabText":
|
||||||
|
// hide the widget for the line separator
|
||||||
// hide the widget for the "Tab x" text
|
// hide the widget for the "Tab x" text
|
||||||
intStack[intStackSize - 1] = 1;
|
intStack[intStackSize - 1] = 1;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user