You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-calculators/tiemu/files/tiemu-3.03-r2820.patch

29 lines
797 B

Removed obsolete virtual link cable.
http://svn.tilp.info/cgi-bin/viewvc.cgi?view=rev&root=tiemu&revision=2820
https://bugs.gentoo.org/show_bug.cgi?id=363383
--- a/src/gui/device.c
+++ b/src/gui/device.c
@@ -102,10 +102,6 @@
gtk_option_menu_set_history(GTK_OPTION_MENU(data), 7);
break;
- case CABLE_VTL:
- gtk_option_menu_set_history(GTK_OPTION_MENU(data), 8);
- break;
-
case CABLE_ILP:
gtk_option_menu_set_history(GTK_OPTION_MENU(data), 9);
break;
@@ -194,8 +190,7 @@
case 5: tmp.cable_model = CABLE_USB; break;
case 6: tmp.cable_model = CABLE_VTI; break;
case 7: tmp.cable_model = CABLE_TIE; break;
- case 8: tmp.cable_model = CABLE_VTL; break;
- case 9: tmp.cable_model = CABLE_ILP; break;
+ case 8: tmp.cable_model = CABLE_ILP; break;
}
}