diff --git a/doc/doc++/osgWX/ClassGraph.class b/doc/doc++/osgWX/ClassGraph.class
deleted file mode 100644
index c6a7b6c79..000000000
Binary files a/doc/doc++/osgWX/ClassGraph.class and /dev/null differ
diff --git a/doc/doc++/osgWX/ClassGraphPanel.class b/doc/doc++/osgWX/ClassGraphPanel.class
deleted file mode 100644
index 94b21b47a..000000000
Binary files a/doc/doc++/osgWX/ClassGraphPanel.class and /dev/null differ
diff --git a/doc/doc++/osgWX/ClassLayout.class b/doc/doc++/osgWX/ClassLayout.class
deleted file mode 100644
index 77fb9fa28..000000000
Binary files a/doc/doc++/osgWX/ClassLayout.class and /dev/null differ
diff --git a/doc/doc++/osgWX/General.html b/doc/doc++/osgWX/General.html
deleted file mode 100644
index fb26724e1..000000000
--- a/doc/doc++/osgWX/General.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- General Bits
-
-
-
-
-
--
-
-
#define
-OSGWX_EXPORT_-
-
-
#define
-OSGWX_EXPORT(dllexport)-
-
-
#define
-OSGWX_EXPORT(dllimport)-
-
-
#define
-OSGWX_EXPORT-
-
-
#define
-OSGWX_VERSION-
-
-
#define
-OSGWX_WXEVENTADAPTER
-Alphabetic index Hierarchy of classes
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/HIER.html b/doc/doc++/osgWX/HIER.html
deleted file mode 100644
index 94540c4fa..000000000
--- a/doc/doc++/osgWX/HIER.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- Hierarchy of Classes
-
-
-
-Hierarchy of Classes
-
-Alphabetic index
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/HIERjava.html b/doc/doc++/osgWX/HIERjava.html
deleted file mode 100644
index d23b2dd9d..000000000
--- a/doc/doc++/osgWX/HIERjava.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- Hierarchy of Classes
-
-
-
-Hierarchy of classes
-
- alphabetic index
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/NavigatorButton.class b/doc/doc++/osgWX/NavigatorButton.class
deleted file mode 100644
index 5fa134ee0..000000000
Binary files a/doc/doc++/osgWX/NavigatorButton.class and /dev/null differ
diff --git a/doc/doc++/osgWX/WXEventAdapter.html b/doc/doc++/osgWX/WXEventAdapter.html
deleted file mode 100644
index 354eb03a9..000000000
--- a/doc/doc++/osgWX/WXEventAdapter.html
+++ /dev/null
@@ -1,324 +0,0 @@
-
-
-
-
- class OSGWX_EXPORT osgWX::WXEventAdapter
-
-
-
-
-Class for adapting WX events so that they can be used as input to osgUtil::CameraManipulators
-
-
-Inheritance:
-
-
-
-
-
-Public Methods
-
-
WXEventAdapter()
--
-
virtual ~WXEventAdapter()
--
-
virtual EventType getEventType() const
- - Get the EventType of the GUI event
-
-
-
virtual int getKey() const
- - key pressed, return -1 if inapropriate for this event.
-
-
-
virtual int getButton() const
- - button pressed/released, return -1 if inappropriate for this event
-
-
-
virtual int getXmin() const
- - window minimum x.
-
-
-
virtual int getXmax() const
- - window maximum x.
-
-
-
virtual int getYmin() const
- - window minimum y.
-
-
-
virtual int getYmax() const
- - window maximum y.
-
-
-
virtual int getX() const
- - current mouse x position
-
-
-
virtual int getY() const
- - current mouse y position
-
-
-
virtual unsigned int getButtonMask() const
- - current mouse button state
-
-
-
virtual float time() const
- - time in seconds of event.
-
-
-
static void setWindowSize(int Xmin, int Ymin, int Xmax, int Ymax)
- - static method for setting window dimensions
-
-
-
static void setButtonMask(unsigned int buttonMask)
- - static method for setting button state
-
-
-
void adaptResize(float t, int Xmin, int Ymin, int Xmax, int Ymax)
- - method for adapting resize events.
-
-
-
void adaptMouseMotion(float t, int x, int y)
- - method for adapting mouse motion events whilst mouse buttons are pressed
-
-
-
void adaptMousePassiveMotion(float t, int x, int y)
- - method for adapting mouse motion events whilst no mouse button are pressed
-
-
-
void adaptMouse(float t, class wxMouseEvent* event)
- - method for adapting mouse button pressed/released events
-
-
-
void adaptKeyboard(float t, unsigned char key, int x, int y )
- - method for adapting keyboard events
-
-
-
void adaptFrame(float t)
- - method for adapting frame events, ie.
-
-
-
void copyStaticVariables()
-
-
-
-Protected Fields
-
-
EventType _eventType
--
-
int _key
--
-
int _button
--
-
int _Xmin
--
-
int _Xmax
--
-
int _Ymin
--
-
int _Ymax
--
-
int _mx
--
-
int _my
--
-
unsigned int _buttonMask
--
-
float _time
--
-
static unsigned int _s_accumulatedButtonMask
--
-
static int _s_Xmin
--
-
static int _s_Xmax
--
-
static int _s_Ymin
--
-
static int _s_Ymax
--
-
static int _s_mx
--
-
static int _s_my
-
-
-
-
-
-
-Documentation
-Class for adapting WX events so that they can be used as input to
-osgUtil::CameraManipulators
-
-
-
-
-
WXEventAdapter()
-
-
-
-
virtual ~WXEventAdapter()
-
-
-
-
virtual EventType getEventType() const
-- Get the EventType of the GUI event
-
-
-
-
virtual int getKey() const
-- key pressed, return -1 if inapropriate for this event.
-
-
-
-
virtual int getButton() const
-- button pressed/released, return -1 if inappropriate for this event
-
-
-
-
virtual int getXmin() const
-- window minimum x.
-
-
-
-
virtual int getXmax() const
-- window maximum x.
-
-
-
-
virtual int getYmin() const
-- window minimum y.
-
-
-
-
virtual int getYmax() const
-- window maximum y.
-
-
-
-
virtual int getX() const
-- current mouse x position
-
-
-
-
virtual int getY() const
-- current mouse y position
-
-
-
-
virtual unsigned int getButtonMask() const
-- current mouse button state
-
-
-
-
virtual float time() const
-- time in seconds of event.
-
-
-
-
static void setWindowSize(int Xmin, int Ymin, int Xmax, int Ymax)
-- static method for setting window dimensions
-
-
-
-
static void setButtonMask(unsigned int buttonMask)
-- static method for setting button state
-
-
-
-
void adaptResize(float t, int Xmin, int Ymin, int Xmax, int Ymax)
-- method for adapting resize events.
-
-
-
-
void adaptMouseMotion(float t, int x, int y)
-- method for adapting mouse motion events whilst mouse buttons are pressed
-
-
-
-
void adaptMousePassiveMotion(float t, int x, int y)
-- method for adapting mouse motion events whilst no mouse button are pressed
-
-
-
-
void adaptMouse(float t, class wxMouseEvent* event)
-- method for adapting mouse button pressed/released events
-
-
-
-
void adaptKeyboard(float t, unsigned char key, int x, int y )
-- method for adapting keyboard events
-
-
-
-
void adaptFrame(float t)
-- method for adapting frame events, ie. iddle/display callback.
-
-
-
-
void copyStaticVariables()
-
-
-
-
EventType _eventType
-
-
-
-
int _key
-
-
-
-
int _button
-
-
-
-
int _Xmin
-
-
-
-
int _Xmax
-
-
-
-
int _Ymin
-
-
-
-
int _Ymax
-
-
-
-
int _mx
-
-
-
-
int _my
-
-
-
-
unsigned int _buttonMask
-
-
-
-
float _time
-
-
-
-
static unsigned int _s_accumulatedButtonMask
-
-
-
-
static int _s_Xmin
-
-
-
-
static int _s_Xmax
-
-
-
-
static int _s_Ymin
-
-
-
-
static int _s_Ymax
-
-
-
-
static int _s_mx
-
-
-
-
static int _s_my
-
-
-
- This class has no child classes.
-
-
Alphabetic index HTML hierarchy of classes or Java
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/icon1.gif b/doc/doc++/osgWX/icon1.gif
deleted file mode 100644
index f78f30eb9..000000000
Binary files a/doc/doc++/osgWX/icon1.gif and /dev/null differ
diff --git a/doc/doc++/osgWX/icon2.gif b/doc/doc++/osgWX/icon2.gif
deleted file mode 100644
index 6cbe01a83..000000000
Binary files a/doc/doc++/osgWX/icon2.gif and /dev/null differ
diff --git a/doc/doc++/osgWX/index.html b/doc/doc++/osgWX/index.html
deleted file mode 100644
index 0d5fe30b7..000000000
--- a/doc/doc++/osgWX/index.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
- Table of Contents
-
-
-
-
-Table of Contents
-Namespaces
-
-Functions
-
-Macros
-
-Hierarchy of classes
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/osgWX.html b/doc/doc++/osgWX/osgWX.html
deleted file mode 100644
index 89b194264..000000000
--- a/doc/doc++/osgWX/osgWX.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-
- namespace osgWX
-
-
-
-
-
-
-
- -
-class OSGWX_EXPORT WXEventAdapter: public osgUtil::GUIEventAdapter
-
- Class for adapting WX events so that they can be used as input to osgUtil::CameraManipulators
-
-
-
-
-
-Documentation
-
-
-
Alphabetic index HTML hierarchy of classes or Java
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/osgWXGetLibraryName.html b/doc/doc++/osgWX/osgWXGetLibraryName.html
deleted file mode 100644
index 3625b64f5..000000000
--- a/doc/doc++/osgWX/osgWXGetLibraryName.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
- extern OSGWX_EXPORT const char* osgWXGetLibraryName
-
-
-
-
-()
getLibraryName_osgWX() returns the library name in human friendly form
-
-
-
-Documentation
-
-getLibraryName_osgWX() returns the library name in human friendly form
-
Alphabetic index HTML hierarchy of classes or Java
-
-This page was generated with the help of DOC++.
-
-
diff --git a/doc/doc++/osgWX/osgWXGetVersion.html b/doc/doc++/osgWX/osgWXGetVersion.html
deleted file mode 100644
index 1c92e910a..000000000
--- a/doc/doc++/osgWX/osgWXGetVersion.html
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- extern OSGWX_EXPORT const char* osgWXGetVersion
-
-
-
-
-extern OSGWX_EXPORT const char* osgWXGetVersion
()
osgWXGetVersion() returns the library version number.
-
-
-
-Documentation
-
-osgWXGetVersion() returns the library version number.
-Numbering conventon : osg_src-0.8.31 will return 0.8.31.
-
-This C function can be also used to check for the existance of the OpenSceneGraph
-library using autoconf and its m4 macro AC_CHECK_LIB.
-
-
Here is the code to add to your configure.in:
-\verbatim
-#
-# Check for the OpenSceneGraph (OSG) WX library
-#
-AC_CHECK_LIB(osg, osgWXGetVersion, ,
-[AC_MSG_ERROR(OpenSceneGraph WX library not found. See http://www.openscenegraph.org)],)
-\endverbatim
-
Alphabetic index HTML hierarchy of classes or Java
-
-This page was generated with the help of DOC++.
-
-