banktags: Merge switch branches with the same code

This commit is contained in:
sdburns1998
2019-07-07 04:34:10 +02:00
parent ace36d106d
commit 8e3b8e85ac

View File

@@ -246,10 +246,8 @@ public class BankTagsPlugin extends Plugin implements MouseWheelListener, KeyLis
intStack[intStackSize - 1] = 0;
break;
case "hideLine":
// hide the widget for the line separator
intStack[intStackSize - 1] = 1;
break;
case "hideTabText":
// hide the widget for the line separator
// hide the widget for the "Tab x" text
intStack[intStackSize - 1] = 1;
break;