Index: trunk/src_plugins/hid_gtk/gtkhid-main.c =================================================================== --- trunk/src_plugins/hid_gtk/gtkhid-main.c (revision 6707) +++ trunk/src_plugins/hid_gtk/gtkhid-main.c (revision 6708) @@ -275,8 +275,6 @@ pcb_gtk_dlg_attributes(ghid_port.top_window, owner, attrs); } - - pcb_hid_drc_gui_t ghid_drc_gui = { 1, /* log_drc_overview */ 0, /* log_drc_details */ @@ -285,9 +283,6 @@ ghid_drc_window_throw_dialog, }; -extern pcb_hid_attribute_t *ghid_get_export_options(int *); - - /* ------------------------------------------------------------ * * Actions specific to the GTK HID follow from here @@ -294,7 +289,6 @@ * */ - /* ------------------------------------------------------------ */ static const char about_syntax[] = "About()";