From a61db2e7e1e8834c3c313c6e8de10dd11d648d5b Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Wed, 28 Mar 2018 11:04:13 -0600 Subject: [PATCH] removed an unused import --- .../org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index f03fd0d637..0f02c77738 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -31,7 +31,6 @@ import javax.swing.ComboBoxModel; import javax.swing.SwingWorker; import javax.swing.event.ListDataListener; import org.openide.util.NbBundle; -import org.openide.windows.TopComponent; import org.sleuthkit.autopsy.casemodule.Case; import org.sleuthkit.autopsy.casemodule.NoCurrentCaseException; import org.sleuthkit.autopsy.corecomponents.DataResultTopComponent;