Skip to content

Commit 1eeaef7

Browse files
author
David Stirling
committed
Remove unused table creation item from PCA popup menu
1 parent 3d3c8c8 commit 1eeaef7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

cpa/dimensionreduction.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,14 +564,10 @@ def show_popup_menu(self, points, data):
564564
(x, y) = points
565565
popup = wx.Menu()
566566

567-
loadimages_table_item = popup.Append(-1, 'Create gated table for CellProfiler LoadImages')
568567
selected_gate = self.configpanel.gate_choice.get_gatename_or_none()
569568
selected_gates = []
570569
if selected_gate:
571570
selected_gates = [selected_gate]
572-
self.Bind(wx.EVT_MENU,
573-
lambda e: ui.prompt_user_to_create_loadimages_table(self, selected_gates),
574-
loadimages_table_item)
575571

576572
show_images_in_gate_item = popup.Append(-1, 'Show images in gate')
577573
show_images_in_gate_item.Enable(selected_gate is not None)

0 commit comments

Comments
 (0)