diff --git a/Core/src/org/sleuthkit/autopsy/casemodule/CaseNewAction.java b/Core/src/org/sleuthkit/autopsy/casemodule/CaseNewAction.java index 3303f4889c..9ed4e59d14 100644 --- a/Core/src/org/sleuthkit/autopsy/casemodule/CaseNewAction.java +++ b/Core/src/org/sleuthkit/autopsy/casemodule/CaseNewAction.java @@ -56,16 +56,5 @@ public final class CaseNewAction extends CallableSystemAction implements CaseNew @Override public HelpCtx getHelpCtx() { return HelpCtx.DEFAULT_HELP; - } - - /** - * Set this action to be enabled/disabled - * - * @param value whether to enable this action or not - */ - @Override - public void setEnabled(boolean value) { - super.setEnabled(value); - //toolbarButton.setEnabled(value); - } + } }