Mark two unused variables
authorStephen Fisher <steve@stephen-fisher.com>
Fri, 20 Feb 2009 17:53:39 +0000 (17:53 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Fri, 20 Feb 2009 17:53:39 +0000 (17:53 -0000)
svn path=/trunk/; revision=27490

gtk/rtp_analysis.c

index dfc10835aec2e85412c3dcd0b693f1860d5a059f..9dbbc2c6bd2511a8f2bdbac877f4806d858c7929 100644 (file)
@@ -2905,7 +2905,7 @@ static void add_to_list(GtkWidget *list, user_data_t * user_data, guint32 number
 */
 /* Present floats with two deciamls */
 void
-rtp_float_data_func (GtkTreeViewColumn *column,
+rtp_float_data_func (GtkTreeViewColumn *column _U_,
                            GtkCellRenderer   *renderer,
                            GtkTreeModel      *model,
                            GtkTreeIter       *iter,
@@ -2936,7 +2936,7 @@ rtp_float_data_func (GtkTreeViewColumn *column,
 
 /* Present boolean value */
 void
-rtp_boolean_data_func (GtkTreeViewColumn *column,
+rtp_boolean_data_func (GtkTreeViewColumn *column _U_,
                            GtkCellRenderer   *renderer,
                            GtkTreeModel      *model,
                            GtkTreeIter       *iter,