From 7dcd0b44996ade2fc7713a927eb0ff44c5ff9fb2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 Mar 2013 15:35:31 -0500 Subject: Update API documentation. --- e-util/e-cell.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'e-util/e-cell.c') diff --git a/e-util/e-cell.c b/e-util/e-cell.c index 34046e1b38..bfd85570e3 100644 --- a/e-util/e-cell.c +++ b/e-util/e-cell.c @@ -562,7 +562,6 @@ e_cell_load_state (ECellView *ecell_view, * @model_col: the column in the model * @view_col: the column in the view * @row: the row - * @edit_context: the editing context * @save_state: the save state to free * * Requests that the ECellView free the given save state. @@ -634,9 +633,6 @@ e_cell_max_width_by_row (ECellView *ecell_view, /** * e_cell_max_width_by_row_implemented: * @ecell_view: the ECellView that we are curious about - * @model_col: the column in the model - * @view_col: the column in the view. - * @row: The row in the model. * * Returns: the maximum width for the ECellview at @model_col which * is being rendered as @view_col for the data in @row. -- cgit