make args const, 74159 (gtk_tree_view_insert_column_with_attributes):
Fri Mar 15 11:28:41 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func): make args const, 74159 (gtk_tree_view_insert_column_with_attributes): ditto * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): remov unused variables.
This commit is contained in:
committed by
Jonathan Blandford
parent
7678a1ed16
commit
51c6334d10
@ -2357,7 +2357,6 @@ gtk_tree_view_column_cell_process_action (GtkTreeViewColumn *tree_column,
|
||||
}
|
||||
else if (action == CELL_ACTION_EVENT)
|
||||
{
|
||||
gint x_offset, y_offset, width, height;
|
||||
gboolean try_event = FALSE;
|
||||
|
||||
if (event)
|
||||
|
||||
Reference in New Issue
Block a user