diff options
author | Sven Gothel <[email protected]> | 2010-12-12 09:38:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-12 09:38:18 +0100 |
commit | acda58e3d4a6fd735d0ec755a22b7ed44d02746f (patch) | |
tree | 0fed3fe2747cd54fddb8fa1e0c1b48af148599e9 /make | |
parent | e15344bfaf4df4ceb710b304b164bd03005dc132 (diff) |
NativeWindow: Move RegisteredClass to private impl package
Diffstat (limited to 'make')
-rw-r--r-- | make/config/nativewindow/win32-lib.cfg | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/config/nativewindow/win32-lib.cfg b/make/config/nativewindow/win32-lib.cfg index 0ba7d63bc..d4ca642bf 100644 --- a/make/config/nativewindow/win32-lib.cfg +++ b/make/config/nativewindow/win32-lib.cfg @@ -22,8 +22,6 @@ Opaque long void ** Import javax.media.nativewindow.util.Point Import javax.media.nativewindow.NativeWindowException -Import javax.media.nativewindow.windows.RegisteredClass -Import javax.media.nativewindow.windows.RegisteredClassFactory Import com.jogamp.nativewindow.impl.NWJNILibLoader import com.jogamp.nativewindow.impl.Debug |