d3dx9_36/tests: Remove unused function (Clang).

This commit is contained in:
André Hentschel 2014-11-30 13:15:37 +01:00 committed by Alexandre Julliard
parent 9ad8aff7e1
commit 09761309ad

View file

@ -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)
{