Skip to content

Commit 74e28bd

Browse files
committed
Remove redundant action for Butterworth filter in ImageActionHandler
1 parent 222935c commit 74e28bd

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
@@ -1354,7 +1354,6 @@ def create_first_actions(self):
13541354
tip=_("Compute all edge detection filters"),
13551355
)
13561356
self.action_for("canny")
1357-
self.action_for("butterworth")
13581357
self.new_action(
13591358
_("Erase area") + "...",
13601359
triggered=self.panel.processor.compute_erase,

0 commit comments

Comments
 (0)