Skip to content

Commit

Permalink
Remove EwaHannSoft (#40)
Browse files Browse the repository at this point in the history
Was removed in libplacebo v5.229.0 two years ago.
  • Loading branch information
sgt0 authored Nov 24, 2024
1 parent b04b604 commit 9c4912c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vskernels/kernels/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'EwaLanczos',
'EwaGinseng',
'EwaHann',
'EwaHannSoft',
'EwaRobidoux',
'EwaRobidouxSharp',
]
Expand Down Expand Up @@ -142,13 +141,6 @@ def __init__(self, taps: float = 3.2383154841662362076499, **kwargs: Any) -> Non
super().__init__(taps, None, None, **kwargs)


class EwaHannSoft(Placebo):
_kernel = 'haasnsoft'

def __init__(self, taps: float = 3.2383154841662362076499, **kwargs: Any) -> None:
super().__init__(taps, None, None, **kwargs)


class EwaRobidoux(Placebo):
_kernel = 'ewa_robidoux'

Expand Down

0 comments on commit 9c4912c

Please sign in to comment.