Cleanup: unused function

This commit is contained in:
Campbell Barton 2018-07-03 13:53:20 +02:00
parent c118b852b7
commit 952ae70109
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <unordered_set>
#if TRUST_NO_ONE
#if 0
extern "C" {
extern int BLI_thread_is_main(void); // Blender-specific function
}
@ -29,6 +30,7 @@ static bool thread_is_main()
return BLI_thread_is_main();
}
#endif
#endif
struct Gwn_Context {
GLuint default_vao;