[GLExtensions] Remove AGL GetProcAddress. Change dlsym to using RTLD_NEXT. Enable dlsym fallback for OS X

This commit is contained in:
Ryan Houdek
2014-01-06 22:16:03 -06:00
committed by degasus
parent ca96274936
commit 34c9a33807
3 changed files with 2 additions and 32 deletions

View File

@ -27,7 +27,6 @@ class cInterfaceAGL : public cInterfaceBase
{
public:
void Swap();
void* GetProcAddress(std::string name);
bool Create(void *&window_handle);
bool MakeCurrent();
bool ClearCurrent();