diff view/ViewManager.cpp @ 248:28c8e8e3c537

* Fix many compile warnings, remove some debug output
author Chris Cannam
date Mon, 30 Apr 2007 13:36:23 +0000
parents 9465b5375235
children 1a49bd0d8375
line wrap: on
line diff
--- a/view/ViewManager.cpp	Mon Apr 30 09:07:08 2007 +0000
+++ b/view/ViewManager.cpp	Mon Apr 30 13:36:23 2007 +0000
@@ -291,7 +291,7 @@
 }
 
 void
-ViewManager::playStatusChanged(bool playing)
+ViewManager::playStatusChanged(bool /* playing */)
 {
     checkPlayStatus();
 }