Skip to content

Commit 0e28f06

Browse files
committed
Remove duplicate action 'Canny filter'
1 parent 8a15ab3 commit 0e28f06

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

datalab/gui/actionhandler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,6 @@ def create_first_actions(self):
13531353
separator=True,
13541354
tip=_("Compute all edge detection filters"),
13551355
)
1356-
self.action_for("canny")
13571356
self.new_action(
13581357
_("Erase area") + "...",
13591358
triggered=self.panel.processor.compute_erase,

0 commit comments

Comments
 (0)