Skip to content

Commit

Permalink
Remove a useless default branch in a switch
Browse files Browse the repository at this point in the history
  • Loading branch information
milouse committed Jul 24, 2023
1 parent 8af137c commit 26f9671
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Widgets/VPN/VPNInfoDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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 != "";
Expand Down

0 comments on commit 26f9671

Please sign in to comment.