]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/viewer_lookat.cxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Main / viewer_lookat.cxx
index 06986973a09e523f63caaa49192bc437fb535e06..e45b0f5bb7e7b17686f96cd846a9ab11acef2b04 100644 (file)
@@ -88,6 +88,7 @@ void fgMakeLookAtMat4 ( sgMat4 dst, const sgVec3 eye, const sgVec3 center,
 }
 
 
+#if 0
 // convert sgMat4 to MAT3 and print
 static void print_sgMat4( sgMat4 &in) {
     int i, j;
@@ -98,6 +99,7 @@ static void print_sgMat4( sgMat4 &in) {
        cout << endl;
     }
 }
+#endif
 
 
 // Update the view parameters