From cfe746f79509fa9d9d7ad1c5effac720f4719902 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 25 Apr 2007 10:12:46 +0000 Subject: [PATCH] From Martin Aumueller, fixed unused parameter warnings --- include/osgViewer/GraphicsWindow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgViewer/GraphicsWindow b/include/osgViewer/GraphicsWindow index 05345c335..219c84adb 100644 --- a/include/osgViewer/GraphicsWindow +++ b/include/osgViewer/GraphicsWindow @@ -44,7 +44,7 @@ class OSGVIEWER_EXPORT GraphicsWindow : public osg::GraphicsContext, public osgG virtual void checkEvents() {} /** Set the window's position and size.*/ - virtual void setWindowRectangle(int x, int y, int width, int height) { osg::notify(osg::NOTICE)<<"GraphicsWindow::setWindowRectangle(..) not implemented."<x; y = _traits->y; width = _traits->width; height = _traits->height; } }