diff --git a/Core/src/org/sleuthkit/autopsy/communications/AccountsBrowser.java b/Core/src/org/sleuthkit/autopsy/communications/AccountsBrowser.java index acabf3889c..4ebcd9298e 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/AccountsBrowser.java +++ b/Core/src/org/sleuthkit/autopsy/communications/AccountsBrowser.java @@ -64,8 +64,6 @@ public final class AccountsBrowser extends JPanel implements ExplorerManager.Pro private final Outline outline; private final ExplorerManager accountsTableEM = new ExplorerManager(); - - final private RelationshipBrowser relationshipBrowser; /* * This lookup proxies the selection lookup of both he accounts table and @@ -74,7 +72,6 @@ public final class AccountsBrowser extends JPanel implements ExplorerManager.Pro private final ProxyLookup proxyLookup; public AccountsBrowser(RelationshipBrowser relationshipBrowser) { - this.relationshipBrowser = relationshipBrowser; initComponents(); outline = outlineView.getOutline(); diff --git a/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.form b/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.form index 910b2a8bd3..18d2d90b0d 100644 --- a/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.form +++ b/Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.form @@ -1,10 +1,6 @@