diff --git a/src/Widgets/VPN/VPNInfoDialog.vala b/src/Widgets/VPN/VPNInfoDialog.vala index 3206c1db..20b8d0e4 100644 --- a/src/Widgets/VPN/VPNInfoDialog.vala +++ b/src/Widgets/VPN/VPNInfoDialog.vala @@ -149,8 +149,6 @@ public class Network.Widgets.VPNInfoDialog : Granite.MessageDialog { username.label = vpn_settings.get_data_item (get_key_group_username ()); } break; - default: - break; } vpn_type.visible = vpn_type.label != "";