Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ public class DashboardView extends ViewPart {
/** Dashboard view ID. */
public static final String ID = "io.openliberty.tools.eclipse.views.liberty.devmode.dashboard";

/** Context menu ID. */
private static final String CONTEXT_MENU_ID = ID;

/** Liberty logo path. */
public static final String LIBERTY_LOGO_PATH = "icons/openLibertyLogo.png";

Expand Down Expand Up @@ -445,8 +442,6 @@ public void menuAboutToShow(IMenuManager mgr) {

Menu menu = menuMgr.createContextMenu(viewer.getControl());
viewer.getControl().setMenu(menu);

getSite().registerContextMenu(CONTEXT_MENU_ID, menuMgr, viewer);
}

/**
Expand Down
Loading