Commit 7b89de9e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

d3d10: Make get_property_info() static.

parent 285b9340
...@@ -981,7 +981,7 @@ static HRESULT parse_fx10_anonymous_shader(struct d3d10_effect *e, struct d3d10_ ...@@ -981,7 +981,7 @@ static HRESULT parse_fx10_anonymous_shader(struct d3d10_effect *e, struct d3d10_
return S_OK; return S_OK;
} }
const struct d3d10_effect_state_property_info *get_property_info(UINT id) static const struct d3d10_effect_state_property_info *get_property_info(UINT id)
{ {
unsigned int i; unsigned int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment