aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_packet_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/main_packet_list.h')
-rw-r--r--gtk/main_packet_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/main_packet_list.h b/gtk/main_packet_list.h
index 2d3627d54a..49f2d7e302 100644
--- a/gtk/main_packet_list.h
+++ b/gtk/main_packet_list.h
@@ -94,9 +94,8 @@ extern gboolean packet_list_get_event_row_column(GtkWidget *widget,
/** Set the font of the packet list.
*
* @param font the new font
- * @param saved_column_width set if using saved column widths
*/
-extern void packet_list_set_font(PangoFontDescription *font, gboolean saved_column_width);
+extern void packet_list_set_font(PangoFontDescription *font);
/** Set the selection mode of the packet list window.
*