# HG changeset patch # User John Tsiombikas # Date 1428713571 -10800 # Node ID 0c7d02c58e4ee001b136787f8a2de008dcb2d2f8 # Parent b2afe119657972a47f02402c50a56673fbcf254b removed forward declaration of the now removed ovrhmd_EnableHSWDisplaySDKRender function diff -r b2afe1196579 -r 0c7d02c58e4e src/main.c --- a/src/main.c Thu Apr 02 09:57:14 2015 +0300 +++ b/src/main.c Sat Apr 11 03:52:51 2015 +0300 @@ -39,9 +39,6 @@ void quat_to_matrix(const float *quat, float *mat); unsigned int gen_chess_tex(float r0, float g0, float b0, float r1, float g1, float b1); -/* forward declaration to avoid including non-public headers of libovr */ -OVR_EXPORT void ovrhmd_EnableHSWDisplaySDKRender(ovrHmd hmd, ovrBool enable); - static SDL_Window *win; static SDL_GLContext ctx; static int win_width, win_height;