Skip to content

Commit cb1587e

Browse files
authored
Update main.vala
1 parent 75659da commit cb1587e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/main.vala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ using Gtk;
22

33
int main (string[] args) {
44
Gtk.init (ref args);
5-
65
var window = new SecurityModeWindow ();
76
window.show_all ();
8-
97
Gtk.main ();
108
return 0;
119
}

0 commit comments

Comments
 (0)