start removing old (pre-renderbuffer) span code

This commit is contained in:
Brian Paul
2005-06-02 04:05:45 +00:00
parent c4fbdb090c
commit 1516f559bc
6 changed files with 10 additions and 175 deletions

View File

@@ -568,9 +568,11 @@ driCalculateSwapUsage( __DRIdrawablePrivate *dPriv,
int64_t last_swap_ust, int64_t current_ust );
/* Test for the GLX header glx.h */
#if 0
#ifndef GLX
extern void
(*glXGetProcAddress(const GLubyte *procname))( void );
#endif
#endif
#endif /* _DRI_UTIL_H_ */