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:
Niklas Haas 2017-08-17 09:12:28 +02:00
parent 158768513c
commit b74067bc74
No known key found for this signature in database
GPG Key ID: 9A09076581B27402
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}