Commit 09761309 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

d3dx9_36/tests: Remove unused function (Clang).

parent 9ad8aff7
......@@ -24,12 +24,6 @@
#include "d3dx9tex.h"
#include "resources.h"
static inline int get_ref(IUnknown *obj)
{
IUnknown_AddRef(obj);
return IUnknown_Release(obj);
}
#define check_release(obj, exp) _check_release(__LINE__, obj, exp)
static inline void _check_release(unsigned int line, IUnknown *obj, int exp)
{
......
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