From f0bb34c4fea91910fa57e5fd3d749e90e4051a9f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Oct 2001 14:20:23 +0000 Subject: [PATCH] Removed some notify which were only used for debugging of the camera class and are now redudent. --- src/osg/Camera.cpp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/osg/Camera.cpp b/src/osg/Camera.cpp index 7d8b9376e..cfc946971 100644 --- a/src/osg/Camera.cpp +++ b/src/osg/Camera.cpp @@ -110,11 +110,6 @@ void Camera::setPerspective(const double fovy,const double aspectRatio, _zNear = zNear; _zFar = zFar; - - notify(INFO)<<"osg::Camera::setPerspective(fovy="<