Index: src_plugins/hid_gtk/gtkhid-main.c =================================================================== --- src_plugins/hid_gtk/gtkhid-main.c (revision 6705) +++ src_plugins/hid_gtk/gtkhid-main.c (revision 6706) @@ -247,9 +247,6 @@ return pcb_gtk_dlg_progress(ghid_port.top_window, so_far, total, message); } - -/* ---------------------------------------------------------------------- */ - static int ghid_propedit_start(void *pe, int num_props, const char *(*query) (void *pe, const char *cmd, const char *key, const char *val, int idx)) { @@ -273,9 +270,6 @@ pcb_gtk_dlg_propedit_prop_add(&ghidgui->propedit_dlg, propname, most_common, min, max, avg); } -/* ---------------------------------------------------------------------- */ - - typedef struct { GtkWidget *del; GtkWidget *w_name;