From ba49cd92b6ce371ca7e0b40904b4a845cc9d7c50 Mon Sep 17 00:00:00 2001 From: Robert OSFIELD Date: Tue, 7 Jan 2014 18:32:45 +0000 Subject: [PATCH] Removed duplicated instances of GLint64EXT declarations --- include/osg/Drawable | 11 ----------- include/osg/State | 10 ---------- 2 files changed, 21 deletions(-) diff --git a/include/osg/Drawable b/include/osg/Drawable index 13cee3d0363..96e427d01e3 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -54,17 +54,6 @@ #endif -#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE) - #ifdef _WIN32 - typedef __int64 GLint64EXT; - typedef unsigned __int64 GLuint64EXT; - #else - typedef long long int GLint64EXT; - typedef unsigned long long int GLuint64EXT; - #endif -#endif - - namespace osg { diff --git a/include/osg/State b/include/osg/State index 0a6ba9baae4..9c351c534ad 100644 --- a/include/osg/State +++ b/include/osg/State @@ -53,16 +53,6 @@ #endif #endif -#if !defined(GL_EXT_timer_query) && !defined(OSG_GL3_AVAILABLE) - #ifdef _WIN32 - typedef __int64 GLint64EXT; - typedef unsigned __int64 GLuint64EXT; - #else - typedef long long int GLint64EXT; - typedef unsigned long long int GLuint64EXT; - #endif -#endif - namespace osg { /** macro for use with osg::StateAttribute::apply methods for detecting and