Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@14453 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
f4e67e3e5e
commit
eeaeafebde
@ -16,4 +16,3 @@ typedef GrGLFuncPtr (*GrGLGetProc)(void* ctx, const char name[]);
|
|||||||
* get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
|
* get() to get each function address. ctx is a generic ptr passed to and interpreted by get().
|
||||||
*/
|
*/
|
||||||
const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
|
const GrGLInterface* GrGLAssembleGLInterface(void* ctx, GrGLGetProc get);
|
||||||
|
|
||||||
|
@ -23,4 +23,3 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
|||||||
}
|
}
|
||||||
return GrGLAssembleGLInterface(NULL, glx_get);
|
return GrGLAssembleGLInterface(NULL, glx_get);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user