1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Removed destruction of ExplorerManager by AbstractDataResultViewer

This commit is contained in:
Richard Cordovano
2013-08-27 15:15:03 -04:00
parent 7b0047c34e
commit 8a678b13d1

View File

@@ -118,13 +118,6 @@ public abstract class AbstractDataResultViewer extends JPanel implements DataRes
@Override
public void clearComponent() {
em.removePropertyChangeListener(nodeSelListener);
// try {
// this.em.getRootContext().destroy();
// em = null;
// } catch (IOException ex) {
// logger.log(Level.WARNING, "Can't clear the component of the Thumbnail Result Viewer.", ex);
// }
}
@Deprecated