From 4f19237467ba0afaaa3846890b243d017d89704e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 27 Jan 2014 15:43:36 +0000 Subject: [PATCH] Removed unimplemented method --- include/osgViewer/api/Win32/GraphicsWindowWin32 | 1 - 1 file changed, 1 deletion(-) diff --git a/include/osgViewer/api/Win32/GraphicsWindowWin32 b/include/osgViewer/api/Win32/GraphicsWindowWin32 index 3446f94a2..7465851b2 100644 --- a/include/osgViewer/api/Win32/GraphicsWindowWin32 +++ b/include/osgViewer/api/Win32/GraphicsWindowWin32 @@ -121,7 +121,6 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow, p virtual bool setWindow( HWND handle ); virtual void destroyWindow( bool deleteNativeWindow = true ); - virtual void recreateWindow(); virtual bool determineWindowPositionAndStyle( unsigned int screenNum, int clientAreaX,