mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
vo_opengl: remove redundant #defines in unsharp_hook
These are no longer valid anyway, and the code doesn't use them.
This commit is contained in:
parent
158768513c
commit
b74067bc74
@ -1806,9 +1806,6 @@ static void unsharp_hook(struct gl_video *p, struct img_tex tex,
|
||||
struct gl_transform *trans, void *priv)
|
||||
{
|
||||
pass_describe(p, "unsharp masking");
|
||||
GLSLF("#define tex HOOKED\n");
|
||||
GLSLF("#define pos HOOKED_pos\n");
|
||||
GLSLF("#define pt HOOKED_pt\n");
|
||||
pass_sample_unsharp(p->sc, p->opts.unsharp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user