diff view/Pane.cpp @ 205:6969f21da18a

* remove some debug and some obsolete moc file includes
author Chris Cannam
date Mon, 26 Feb 2007 14:55:08 +0000
parents 942cfa1df966
children 8495187c13ce
line wrap: on
line diff
--- a/view/Pane.cpp	Mon Feb 26 14:18:21 2007 +0000
+++ b/view/Pane.cpp	Mon Feb 26 14:55:08 2007 +0000
@@ -219,9 +219,9 @@
             m_vthumb->setValue(layer->getCurrentVerticalZoomStep());
             m_vthumb->blockSignals(false);
 
-            std::cerr << "Vertical thumbwheel: min 0, max " << max
-                      << ", default " << defaultStep << ", value "
-                      << m_vthumb->getValue() << std::endl;
+//            std::cerr << "Vertical thumbwheel: min 0, max " << max
+//                      << ", default " << defaultStep << ", value "
+//                      << m_vthumb->getValue() << std::endl;
 
         }
     }
@@ -236,11 +236,9 @@
                     this, SLOT(zoomLevelChanged()));
         }
         if (haveVThumb) {
-            std::cerr << "vthumb is visible, moving to " << height() -86 << std::endl;
             m_headsUpDisplay->setFixedHeight(m_vthumb->height() + m_hthumb->height());
             m_headsUpDisplay->move(width() - 86, height() - 86);
         } else {
-            std::cerr << "vthumb is invisible, moving to " << height() -51 << std::endl;
             m_headsUpDisplay->setFixedHeight(m_hthumb->height());
             m_headsUpDisplay->move(width() - 86, height() - 16);
         }
@@ -1758,7 +1756,3 @@
 }
 
 
-#ifdef INCLUDE_MOCFILES
-#include "Pane.moc.cpp"
-#endif
-