oculus2

changeset 25:0c7d02c58e4e

removed forward declaration of the now removed ovrhmd_EnableHSWDisplaySDKRender function
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 11 Apr 2015 03:52:51 +0300
parents b2afe1196579
children a7a3f89def42
files src/main.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/src/main.c	Thu Apr 02 09:57:14 2015 +0300
     1.2 +++ b/src/main.c	Sat Apr 11 03:52:51 2015 +0300
     1.3 @@ -39,9 +39,6 @@
     1.4  void quat_to_matrix(const float *quat, float *mat);
     1.5  unsigned int gen_chess_tex(float r0, float g0, float b0, float r1, float g1, float b1);
     1.6  
     1.7 -/* forward declaration to avoid including non-public headers of libovr */
     1.8 -OVR_EXPORT void ovrhmd_EnableHSWDisplaySDKRender(ovrHmd hmd, ovrBool enable);
     1.9 -
    1.10  static SDL_Window *win;
    1.11  static SDL_GLContext ctx;
    1.12  static int win_width, win_height;