Skip to content

Commit

Permalink
Remove edit active check for Logix delete
Browse files Browse the repository at this point in the history
  • Loading branch information
dsand47 committed May 26, 2019
1 parent e79fabc commit 32bfda4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions java/src/jmri/jmrit/beantable/LogixTableAction.java
Expand Up @@ -1324,9 +1324,6 @@ public void setMessagePreferencesDetails() {
* @param sName system name of bean to be deleted
*/
void deletePressed(String sName) {
if (!checkFlags(sName)) {
return;
}
if (!checkConditionalReferences(sName)) {
return;
}
Expand Down

0 comments on commit 32bfda4

Please sign in to comment.