Skip to content
Snippets Groups Projects
Commit 9416bd11 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Hugo Beauzée-Luyssen
Browse files

d3d9: remove no-op variable callback

The registered callback does nothing with the given variable name.
parent a5a1fe7f
No related branches found
No related tags found
No related merge requests found
......@@ -431,8 +431,6 @@ static int D3D9OpenAdjust(filter_t *filter)
var_AddCallback( filter, "hue", AdjustCallback, sys );
var_AddCallback( filter, "saturation", AdjustCallback, sys );
var_AddCallback( filter, "gamma", AdjustCallback, sys );
var_AddCallback( filter, "brightness-threshold",
AdjustCallback, sys );
hr = IDirectXVideoProcessorService_CreateVideoProcessor( processor,
processorGUID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment