summaryrefslogtreecommitdiff
blob: cf563e8d4c67b5b130cc54c9a1ab3164d830600a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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

--- src/gui/device.c
+++ 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;
 	}
 }