diff options
author | Sven Gothel <[email protected]> | 2012-02-22 13:32:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-22 13:32:41 +0100 |
commit | a5a3d0dfa2c8c7e1e68dc4b066dda1011f471606 (patch) | |
tree | 0a758a4957e176c662804248d9a9295c195ce4b5 /src | |
parent | 33249b6eca519947b02f3bfbf05b73d73c936094 (diff) |
Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094
Diffstat (limited to 'src')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java b/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java index 6b6d5eb9d..66088cc8c 100644 --- a/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java +++ b/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawable.java @@ -102,8 +102,4 @@ public abstract class WindowsWGLDrawable extends GLDrawableImpl { public GLDynamicLookupHelper getGLDynamicLookupHelper() { return getFactoryImpl().getGLDynamicLookupHelper(0); } - - static String getThreadName() { - return Thread.currentThread().getName(); - } } |