X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fopengl%2Fopengl32%2Ficd.h;h=2e1764e3cb924b91e7367d9b9a9e939e6f5dcc44;hp=cc7c2e4908954fb6874cce975a8702f3936d0b78;hb=31acac46a1dbb45dc00f3ceb73ae9b04aee426df;hpb=538011301663df17c3b12b5c57e75ca80ffebb3d diff --git a/dll/opengl/opengl32/icd.h b/dll/opengl/opengl32/icd.h index cc7c2e49089..2e1764e3cb9 100644 --- a/dll/opengl/opengl32/icd.h +++ b/dll/opengl/opengl32/icd.h @@ -359,9 +359,6 @@ typedef struct _GLCLTPROCTABLE typedef VOID (APIENTRY * PFN_SETPROCTABLE)(const GLCLTPROCTABLE*); -/* Those functions are there in case GL calls are made without a context */ -extern const GLCLTPROCTABLE StubTable; - /* This doesn't seem to be anywhere in ddk or psdk */ DECLARE_HANDLE(DHGLRC);