Removed makeContexCurrent and releaseContext

This commit is contained in:
Elias Naur 2003-04-26 06:54:32 +00:00
parent 2d3d8585b6
commit b705ea51d0
4 changed files with 0 additions and 71 deletions

View file

@ -169,15 +169,4 @@ public class BaseGL extends Window {
* Natively destroy any GL-related stuff
*/
private native void nDestroyGL();
/**
* Make the GL context current to the current thread
*/
public native void makeContextCurrent();
/**
* Release the GL context
*/
public native void releaseContext();
}