Skip to content

Commit

Permalink
Update KeyboardLayout.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 10, 2024
1 parent 171f0bc commit df12222
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Objects/KeyboardLayout.vala
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,6 @@ public class Installer.KeyboardLayout : GLib.Object {

var xkb_layout = xkb_context.get_first_layout ();
while (xkb_layout != null) {
if (xkb_layout.get_variant () != null) {
continue;
}

var layout = new KeyboardLayout (xkb_layout.get_name (), xkb_layout.get_description ());
layout_store.insert_sorted (layout, (GLib.CompareDataFunc<GLib.Object>) KeyboardLayout.compare);

Expand Down

0 comments on commit df12222

Please sign in to comment.