Skip to content
Snippets Groups Projects
Commit be266c27 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Removed void typedef for GLPatch_t used when HWRENDER is undefined

Apparently all parts of the source code that require GLPatch_t are themselves used only if HWRENDER is defined. Do I need to say more?

Not sure if this will fix Wolfy's latest problem or not though
parent 14601193
Branches
Tags
No related merge requests found
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
#ifdef HWRENDER #ifdef HWRENDER
#include "hardware/hw_data.h" #include "hardware/hw_data.h"
#else
typedef void GLPatch_t;
#endif #endif
#ifdef __GNUG__ #ifdef __GNUG__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment