From b54c76d6a32ae9a787c0dae57227b3b673f4f847 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 2 Apr 2014 13:26:09 +0200 Subject: [PATCH] Removed typedef of removed struct. --- src/internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index 5b24b427..e1e1a613 100644 --- a/src/internal.h +++ b/src/internal.h @@ -58,7 +58,6 @@ #include "../deps/GL/glext.h" #endif -typedef struct _GLFWhints _GLFWhints; typedef struct _GLFWwndconfig _GLFWwndconfig; typedef struct _GLFWctxconfig _GLFWctxconfig; typedef struct _GLFWfbconfig _GLFWfbconfig;