Few cleanups related to signed-ness of minimum/maximum port counts.
[ardour.git] / gtk2_ardour / imageframe_time_axis_view.h
index f9487af05890b63c9e0efc3fab349b20eca06062..45725038d1f81ff339c14ec8b9eef664287d39b4 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_imageframe_time_axis_view_h__
@@ -87,7 +86,7 @@ class ImageFrameTimeAxisView : public sigc::trackable
                 *
                 * @param height the new height
                 */
-               int set_height(gdouble height) ;
+               int set_height(gdouble) ;
                
                /**
                 * Sets the position of this view helper on the canvas
@@ -117,7 +116,7 @@ class ImageFrameTimeAxisView : public sigc::trackable
                 *
                 * @param color the new base color
                 */
-               void apply_color (Gdk::Color& color) ;
+               void apply_color (Gdk::Color&) ;
                
                //---------------------------------------------------------------------------------------//
                // Child ImageFrameTimeAxisGroup Accessors/Mutators
@@ -152,7 +151,6 @@ class ImageFrameTimeAxisView : public sigc::trackable
                 * Removes the specified ImageFrameTimeAxisGroup from the list of ImageFrameTimeAxisGroups upon this TimeAxis.
                 *
                 * @param iftag the ImageFrameView to remove
-                * @param src the identity of the object that initiated the change
                 */
                void remove_imageframe_group(ImageFrameTimeAxisGroup* iftag, void* src) ;
                
@@ -163,7 +161,7 @@ class ImageFrameTimeAxisView : public sigc::trackable
                /**
                 * Sets the currently selected group upon this time axis
                 *
-                * @param iftag the item to set selected
+                * @param ifv the item to set selected
                 */
                void set_selected_imageframe_group(ImageFrameTimeAxisGroup* iftag) ;