diff options
author | Chris Robinson <[email protected]> | 2016-02-23 07:41:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-02-23 07:41:17 -0800 |
commit | e7ed3e2f72232dcf00c1f7b14f40d9c6e00c3633 (patch) | |
tree | 8acf14918f9f7cd0200d2223e76264a9e7135f61 /OpenAL32 | |
parent | dea880dbf451e1b0ae1cdbff8643d3eb9208f536 (diff) |
Remove an unused function
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 4c0e9213..78475fa5 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -732,8 +732,6 @@ enum { void FillCPUCaps(ALuint capfilter); -FILE *OpenDataFile(const char *fname, const char *subdir); - vector_al_string SearchDataFiles(const char *match, const char *subdir); /* Small hack to use a pointer-to-array type as a normal argument type. |