Skip to content

Commit

Permalink
Removed duplicated instances of GLint64EXT declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 7, 2014
1 parent 3f6f3ff commit ba49cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions include/osg/Drawable
Expand Up @@ -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 {


Expand Down
10 changes: 0 additions & 10 deletions include/osg/State
Expand Up @@ -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
Expand Down

0 comments on commit ba49cd9

Please sign in to comment.