gfxhook: Fix some clang-tidy warnings

This commit is contained in:
2021-12-21 23:54:29 -05:00
committed by Hay1tsme
parent 0702c306a6
commit db5b264155
8 changed files with 12 additions and 24 deletions

View File

@ -2,7 +2,6 @@
#include <d3d9.h>
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include "hook/com-proxy.h"
@ -10,7 +9,6 @@
#include "hooklib/dll.h"
#include "gfxhook/config.h"
#include "gfxhook/gfx.h"
#include "gfxhook/util.h"
@ -103,8 +101,6 @@ fail:
if (d3d9 != NULL) {
FreeLibrary(d3d9);
}
return;
}
IDirect3D9 * WINAPI Direct3DCreate9(UINT sdk_ver)